cleanup, removed unecessary G_OBJECT() casts.
2003-01-06 Manish Singh <yosh@gimp.org> * lots of files in plug-ins: cleanup, removed unecessary G_OBJECT() casts.
This commit is contained in:
committed by
Manish Singh
parent
2079245f48
commit
01dbd2c339
@ -583,7 +583,7 @@ server_interface (void)
|
||||
|
||||
NULL);
|
||||
|
||||
g_signal_connect (G_OBJECT (dlg), "destroy",
|
||||
g_signal_connect (dlg, "destroy",
|
||||
G_CALLBACK (gtk_main_quit),
|
||||
NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user