forked from AuroraMiddleware/gtk
Fix a copy-and-paste error, noticed by Robert Ögren.
2004-12-12 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_setup_mnemonic): Fix a copy-and-paste error, noticed by Robert Ögren.
This commit is contained in:
parent
731f230c24
commit
ea3e4f7255
@ -1,3 +1,8 @@
|
||||
2004-12-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_setup_mnemonic): Fix a
|
||||
copy-and-paste error, noticed by Robert Ögren.
|
||||
|
||||
2004-12-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-12-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_setup_mnemonic): Fix a
|
||||
copy-and-paste error, noticed by Robert Ögren.
|
||||
|
||||
2004-12-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-12-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_setup_mnemonic): Fix a
|
||||
copy-and-paste error, noticed by Robert Ögren.
|
||||
|
||||
2004-12-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level)
|
||||
|
@ -1,3 +1,8 @@
|
||||
2004-12-12 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_setup_mnemonic): Fix a
|
||||
copy-and-paste error, noticed by Robert Ögren.
|
||||
|
||||
2004-12-11 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_fill_level)
|
||||
|
@ -853,7 +853,7 @@ gtk_label_setup_mnemonic (GtkLabel *label,
|
||||
_gtk_menu_shell_remove_mnemonic (GTK_MENU_SHELL (mnemonic_menu),
|
||||
last_key,
|
||||
widget);
|
||||
label->mnemonic_window = NULL;
|
||||
mnemonic_menu = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user