Don't swap the order of the args to gtk_widget_destroyed.
2001-06-05 Alex Larsson <alexl@redhat.com> * demos/gtk-demo/appwindow.c (do_appwindow): Don't swap the order of the args to gtk_widget_destroyed.
This commit is contained in:
committed by
Alexander Larsson
parent
ec6baad4d8
commit
7e2541bd59
@ -203,7 +203,7 @@ do_appwindow (void)
|
||||
/* NULL window variable when window is closed */
|
||||
g_signal_connectc (G_OBJECT (window), "destroy",
|
||||
G_CALLBACK (gtk_widget_destroyed),
|
||||
&window, TRUE);
|
||||
&window, FALSE);
|
||||
|
||||
table = gtk_table_new (1, 4, FALSE);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user