]> Pileus Git - ~andy/gtk/commit
Fix use of uninitialized variable.
authorOwen Taylor <otaylor@redhat.com>
Fri, 18 Oct 2002 19:26:43 +0000 (19:26 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Fri, 18 Oct 2002 19:26:43 +0000 (19:26 +0000)
commit30faa38aec228c0b20c665f409b09447f801bcdd
tree6f6ebb34500f74a103e8b7ab0d79eb9c90791d31
parentd0c4e085357c46991ac4b83a5a0b0a58bc3583c9
Fix use of uninitialized variable.

Thu Oct 17 17:17:05 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkcheckbutton.c (gtk_check_button_size_request):
        Fix use of uninitialized variable.

Thu Oct 17 14:38:37 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkaccellabel.c (gtk_accel_label_expose_event):
        Align the baseline of the accelerator label with the
        first baseline of the main label of the menu item. (#76593)

Wed Oct 16 18:25:24 2002  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkevents-x11.c (translate_key_event):
        Use gdk_keymap_translate_keyboard_state() rather than
        XLookupString() to get the keysymbol, since XLookupString
        can confuse the input method handling. (#93575)

        * gdk/x11/gdkkeys-x11.c: Rewrite the handling of
        key translation for the non-XKB case to properly
        handle Shift_Lock, Caps_Lock, Num_Lock according
        to the Xlib spec. (#67066)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/x11/gdkevents-x11.c
gdk/x11/gdkkeys-x11.c
gtk/gtkaccellabel.c
gtk/gtkcheckbutton.c