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
@ -318,11 +318,11 @@ gimp_dialog_create_action_areav (GimpDialog *dialog,
|
||||
if (callback)
|
||||
{
|
||||
if (slot_object)
|
||||
g_signal_connect_swapped (G_OBJECT (button), "clicked",
|
||||
g_signal_connect_swapped (button, "clicked",
|
||||
G_CALLBACK (callback),
|
||||
slot_object);
|
||||
else
|
||||
g_signal_connect (G_OBJECT (button), "clicked",
|
||||
g_signal_connect (button, "clicked",
|
||||
G_CALLBACK (callback),
|
||||
callback_data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user