mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
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:
parent
4710829798
commit
306d137756
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user