From efdf213b35c375e51f76a2c37a72fc48dfe6fd89 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 9 Nov 2002 16:46:24 +0000 Subject: [PATCH] Use the correct struct offset for the screen_changed signal. 2002-11-09 Anders Carlsson * gtk/gtkwidget.c (gtk_widget_class_init): Use the correct struct offset for the screen_changed signal. --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-2 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ gtk/gtkwidget.c | 2 +- 7 files changed, 31 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8a803786d5..3444673096 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-11-09 Anders Carlsson + + * gtk/gtkwidget.c (gtk_widget_class_init): Use the correct + struct offset for the screen_changed signal. + Fri Nov 8 19:07:39 2002 Owen Taylor * demos/Makefile.am (test-inline-pixbufs.h): Depend diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 8a803786d5..3444673096 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +2002-11-09 Anders Carlsson + + * gtk/gtkwidget.c (gtk_widget_class_init): Use the correct + struct offset for the screen_changed signal. + Fri Nov 8 19:07:39 2002 Owen Taylor * demos/Makefile.am (test-inline-pixbufs.h): Depend diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 8a803786d5..3444673096 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,8 @@ +2002-11-09 Anders Carlsson + + * gtk/gtkwidget.c (gtk_widget_class_init): Use the correct + struct offset for the screen_changed signal. + Fri Nov 8 19:07:39 2002 Owen Taylor * demos/Makefile.am (test-inline-pixbufs.h): Depend diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 8a803786d5..3444673096 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +2002-11-09 Anders Carlsson + + * gtk/gtkwidget.c (gtk_widget_class_init): Use the correct + struct offset for the screen_changed signal. + Fri Nov 8 19:07:39 2002 Owen Taylor * demos/Makefile.am (test-inline-pixbufs.h): Depend diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 8a803786d5..3444673096 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +2002-11-09 Anders Carlsson + + * gtk/gtkwidget.c (gtk_widget_class_init): Use the correct + struct offset for the screen_changed signal. + Fri Nov 8 19:07:39 2002 Owen Taylor * demos/Makefile.am (test-inline-pixbufs.h): Depend diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 8a803786d5..3444673096 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +2002-11-09 Anders Carlsson + + * gtk/gtkwidget.c (gtk_widget_class_init): Use the correct + struct offset for the screen_changed signal. + Fri Nov 8 19:07:39 2002 Owen Taylor * demos/Makefile.am (test-inline-pixbufs.h): Depend diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 620f8b3d4d..b5a32fae33 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -1060,7 +1060,7 @@ gtk_widget_class_init (GtkWidgetClass *klass) g_signal_new ("screen_changed", G_TYPE_FROM_CLASS (gobject_class), G_SIGNAL_RUN_LAST, - G_STRUCT_OFFSET (GtkWidgetClass, hierarchy_changed), + G_STRUCT_OFFSET (GtkWidgetClass, screen_changed), NULL, NULL, _gtk_marshal_VOID__OBJECT, G_TYPE_NONE, 1,