diff --git a/ChangeLog b/ChangeLog index ba95bf8ff4..1737030ad8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-02-19 Matthias Clasen + + * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the + keys_changed virtual function with the keys_changed signal. + (#106512, Jeff Franks) + 2003-02-15 Larry Ewing * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well. diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ba95bf8ff4..1737030ad8 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +2003-02-19 Matthias Clasen + + * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the + keys_changed virtual function with the keys_changed signal. + (#106512, Jeff Franks) + 2003-02-15 Larry Ewing * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well. diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index ba95bf8ff4..1737030ad8 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +2003-02-19 Matthias Clasen + + * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the + keys_changed virtual function with the keys_changed signal. + (#106512, Jeff Franks) + 2003-02-15 Larry Ewing * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well. diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index ba95bf8ff4..1737030ad8 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +2003-02-19 Matthias Clasen + + * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the + keys_changed virtual function with the keys_changed signal. + (#106512, Jeff Franks) + 2003-02-15 Larry Ewing * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well. diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index ba95bf8ff4..1737030ad8 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +2003-02-19 Matthias Clasen + + * gdk/gdkkeys.c (gdk_keymap_class_init): Associate the + keys_changed virtual function with the keys_changed signal. + (#106512, Jeff Franks) + 2003-02-15 Larry Ewing * gdk/gdkevents.c (gdk_event_copy): copy the event axes as well. diff --git a/gdk/gdkkeys.c b/gdk/gdkkeys.c index d942dadead..0ca76b86ea 100644 --- a/gdk/gdkkeys.c +++ b/gdk/gdkkeys.c @@ -85,7 +85,7 @@ gdk_keymap_class_init (GdkKeymapClass *klass) g_signal_new ("keys_changed", G_OBJECT_CLASS_TYPE (object_class), G_SIGNAL_RUN_LAST, - G_STRUCT_OFFSET (GdkKeymapClass, direction_changed), + G_STRUCT_OFFSET (GdkKeymapClass, keys_changed), NULL, NULL, g_cclosure_marshal_VOID__VOID, G_TYPE_NONE,