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:
Manish Singh
2003-01-05 22:07:10 +00:00
committed by Manish Singh
parent 08caef0490
commit 1a44f2126c
288 changed files with 2010 additions and 2060 deletions

View File

@ -222,7 +222,7 @@ gimp_gradient_select_widget (gchar *gname,
gtk_widget_show (gradient);
gtk_container_add (GTK_CONTAINER (button), gradient);
g_signal_connect (G_OBJECT (button), "clicked",
g_signal_connect (button, "clicked",
G_CALLBACK (gradient_preview_callback),
gsel);