Make unrealize GTK_RUN_LAST.

2001-08-28  Alex Larsson  <alexl@redhat.com>

	* gtk/gtkwidget.c (gtk_widget_class_init):
	Make unrealize GTK_RUN_LAST.
This commit is contained in:
Alex Larsson 2001-08-28 16:43:28 +00:00 committed by Alexander Larsson
parent 4710829798
commit 306d137756
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-08-28 Alex Larsson <alexl@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init):
Make unrealize GTK_RUN_LAST.
Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
* gtk/gtkradiobutton.c: fix silly cut'n'paste error,

View File

@ -1,3 +1,8 @@
2001-08-28 Alex Larsson <alexl@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init):
Make unrealize GTK_RUN_LAST.
Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
* gtk/gtkradiobutton.c: fix silly cut'n'paste error,

View File

@ -1,3 +1,8 @@
2001-08-28 Alex Larsson <alexl@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init):
Make unrealize GTK_RUN_LAST.
Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
* gtk/gtkradiobutton.c: fix silly cut'n'paste error,

View File

@ -1,3 +1,8 @@
2001-08-28 Alex Larsson <alexl@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init):
Make unrealize GTK_RUN_LAST.
Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
* gtk/gtkradiobutton.c: fix silly cut'n'paste error,

View File

@ -1,3 +1,8 @@
2001-08-28 Alex Larsson <alexl@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init):
Make unrealize GTK_RUN_LAST.
Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
* gtk/gtkradiobutton.c: fix silly cut'n'paste error,

View File

@ -1,3 +1,8 @@
2001-08-28 Alex Larsson <alexl@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init):
Make unrealize GTK_RUN_LAST.
Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
* gtk/gtkradiobutton.c: fix silly cut'n'paste error,

View File

@ -1,3 +1,8 @@
2001-08-28 Alex Larsson <alexl@redhat.com>
* gtk/gtkwidget.c (gtk_widget_class_init):
Make unrealize GTK_RUN_LAST.
Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
* gtk/gtkradiobutton.c: fix silly cut'n'paste error,

View File

@ -539,7 +539,7 @@ gtk_widget_class_init (GtkWidgetClass *klass)
GTK_TYPE_NONE, 0);
widget_signals[UNREALIZE] =
gtk_signal_new ("unrealize",
GTK_RUN_FIRST,
GTK_RUN_LAST,
GTK_CLASS_TYPE (object_class),
GTK_SIGNAL_OFFSET (GtkWidgetClass, unrealize),
gtk_marshal_VOID__VOID,