mirror of https://github.com/GNOME/gimp.git
reverted change for bug #356901.
2006-10-05 Sven Neumann <sven@gimp.org> * plug-ins/gfig/gfig-dialog.c: reverted change for bug #356901. * plug-ins/script-fu/scripts/test-sphere.scm: removed superfluous comment.
This commit is contained in:
parent
452334eb54
commit
b5fbef8a81
|
@ -1,3 +1,10 @@
|
|||
2006-10-05 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/gfig/gfig-dialog.c: reverted change for bug #356901.
|
||||
|
||||
* plug-ins/script-fu/scripts/test-sphere.scm: removed superfluous
|
||||
comment.
|
||||
|
||||
2006-10-04 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* plug-ins/pygimp/gimpui.defs
|
||||
|
|
|
@ -390,7 +390,7 @@ gfig_dialog (void)
|
|||
gfig_context->brush_select
|
||||
= gimp_brush_select_button_new ("Brush",
|
||||
gfig_context->default_style.brush_name,
|
||||
100.0, -1, GIMP_NORMAL_MODE);
|
||||
-1.0, -1, -1);
|
||||
g_signal_connect (gfig_context->brush_select, "brush-set",
|
||||
G_CALLBACK (gfig_brush_changed_callback), NULL);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), gfig_context->brush_select,
|
||||
|
|
|
@ -58,9 +58,7 @@
|
|||
; Here the brush dialog will be popped up with a default brush of Circle (03)
|
||||
; opacity 100, spacing 44 and paint mode of Normal (value 0).
|
||||
; If this selection was unchanged the value passed to the function as a
|
||||
; paramater would be '("Circle (03)" 100.0 44 0). BTW the widget used
|
||||
; is generally available in the libgimpui library for any plugin that
|
||||
; wishes to select a brush.
|
||||
; parameter would be '("Circle (03)" 100.0 44 0).
|
||||
;
|
||||
; ----------------------------------------------------------------------
|
||||
; SF-PATTERN
|
||||
|
|
Loading…
Reference in New Issue