forked from AuroraMiddleware/gtk
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:
parent
ec6baad4d8
commit
7e2541bd59
@ -1,5 +1,8 @@
|
||||
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.
|
||||
|
||||
* tests/testgtk.c (destroy_properties):
|
||||
Don't crash when the properties window is destroyed.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
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.
|
||||
|
||||
* tests/testgtk.c (destroy_properties):
|
||||
Don't crash when the properties window is destroyed.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
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.
|
||||
|
||||
* tests/testgtk.c (destroy_properties):
|
||||
Don't crash when the properties window is destroyed.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
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.
|
||||
|
||||
* tests/testgtk.c (destroy_properties):
|
||||
Don't crash when the properties window is destroyed.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
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.
|
||||
|
||||
* tests/testgtk.c (destroy_properties):
|
||||
Don't crash when the properties window is destroyed.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
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.
|
||||
|
||||
* tests/testgtk.c (destroy_properties):
|
||||
Don't crash when the properties window is destroyed.
|
||||
|
||||
|
@ -1,5 +1,8 @@
|
||||
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.
|
||||
|
||||
* tests/testgtk.c (destroy_properties):
|
||||
Don't crash when the properties window is destroyed.
|
||||
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user