cleanup, removed unecessary G_OBJECT() casts. Should do the same for
2003-01-05 Manish Singh <yosh@gimp.org> * many files in app, modules and libgimp*: cleanup, removed unecessary G_OBJECT() casts. Should do the same for plug-ins, when more of them get undeprecated.
This commit is contained in:

committed by
Manish Singh

parent
08caef0490
commit
1a44f2126c
@ -600,7 +600,7 @@ gradient_editor_replicate_cmd_callback (GtkWidget *widget,
|
||||
gtk_box_pack_start (GTK_BOX (vbox), scale, FALSE, TRUE, 4);
|
||||
gtk_widget_show (scale);
|
||||
|
||||
g_signal_connect (G_OBJECT (scale_data), "value_changed",
|
||||
g_signal_connect (scale_data, "value_changed",
|
||||
G_CALLBACK (gimp_int_adjustment_update),
|
||||
&editor->replicate_times);
|
||||
|
||||
@ -717,7 +717,7 @@ gradient_editor_split_uniformly_cmd_callback (GtkWidget *widget,
|
||||
gtk_box_pack_start (GTK_BOX (vbox), scale, FALSE, FALSE, 4);
|
||||
gtk_widget_show (scale);
|
||||
|
||||
g_signal_connect (G_OBJECT (scale_data), "value_changed",
|
||||
g_signal_connect (scale_data, "value_changed",
|
||||
G_CALLBACK (gimp_int_adjustment_update),
|
||||
&editor->split_parts);
|
||||
|
||||
|
Reference in New Issue
Block a user