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
@ -130,7 +130,7 @@ create_query_box (const gchar *title,
|
||||
|
||||
NULL);
|
||||
|
||||
g_signal_connect (G_OBJECT (query_box->qbox), "destroy",
|
||||
g_signal_connect (query_box->qbox, "destroy",
|
||||
G_CALLBACK (gtk_widget_destroyed),
|
||||
&query_box->qbox);
|
||||
|
||||
@ -144,7 +144,7 @@ create_query_box (const gchar *title,
|
||||
query_box, NULL);
|
||||
g_object_watch_closure (G_OBJECT (query_box->qbox), closure);
|
||||
|
||||
g_signal_connect_closure (G_OBJECT (object), signal, closure, FALSE);
|
||||
g_signal_connect_closure (object, signal, closure, FALSE);
|
||||
}
|
||||
|
||||
if (stock_id)
|
||||
|
Reference in New Issue
Block a user