mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Don't forget to null the mnemonic_menu when unsetting a mnemonic, reported
2004-12-22 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to null the mnemonic_menu when unsetting a mnemonic, reported by Owen Taylor.
This commit is contained in:
parent
03413577a1
commit
e9740d62c3
13
ChangeLog
13
ChangeLog
@ -1,3 +1,15 @@
|
||||
2004-12-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to
|
||||
null the mnemonic_menu when unsetting a mnemonic, reported
|
||||
by Owen Taylor.
|
||||
|
||||
2004-12-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkliststore.c (generate_order): Generate the order the
|
||||
way it is supposed to be, order[new_pos] == old_pos.
|
||||
(gtk_list_store_reorder): Invert the order before using it.
|
||||
|
||||
2004-12-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix sorting of list stores. (#161886, Marcin Krzyzanowski)
|
||||
@ -14,6 +26,7 @@ Wed Dec 22 01:24:01 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/queryimmodules.c (main): print out the version and binary
|
||||
name in the header comment. Problem reported by Seth Nickell.
|
||||
|
||||
>>>>>>> 1.6232
|
||||
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a
|
||||
|
@ -1,3 +1,15 @@
|
||||
2004-12-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to
|
||||
null the mnemonic_menu when unsetting a mnemonic, reported
|
||||
by Owen Taylor.
|
||||
|
||||
2004-12-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkliststore.c (generate_order): Generate the order the
|
||||
way it is supposed to be, order[new_pos] == old_pos.
|
||||
(gtk_list_store_reorder): Invert the order before using it.
|
||||
|
||||
2004-12-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix sorting of list stores. (#161886, Marcin Krzyzanowski)
|
||||
@ -14,6 +26,7 @@ Wed Dec 22 01:24:01 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/queryimmodules.c (main): print out the version and binary
|
||||
name in the header comment. Problem reported by Seth Nickell.
|
||||
|
||||
>>>>>>> 1.6232
|
||||
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a
|
||||
|
@ -1,3 +1,15 @@
|
||||
2004-12-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to
|
||||
null the mnemonic_menu when unsetting a mnemonic, reported
|
||||
by Owen Taylor.
|
||||
|
||||
2004-12-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkliststore.c (generate_order): Generate the order the
|
||||
way it is supposed to be, order[new_pos] == old_pos.
|
||||
(gtk_list_store_reorder): Invert the order before using it.
|
||||
|
||||
2004-12-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix sorting of list stores. (#161886, Marcin Krzyzanowski)
|
||||
@ -14,6 +26,7 @@ Wed Dec 22 01:24:01 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/queryimmodules.c (main): print out the version and binary
|
||||
name in the header comment. Problem reported by Seth Nickell.
|
||||
|
||||
>>>>>>> 1.6232
|
||||
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a
|
||||
|
@ -1,3 +1,15 @@
|
||||
2004-12-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtklabel.c (gtk_label_setup_mnemonic): Don't forget to
|
||||
null the mnemonic_menu when unsetting a mnemonic, reported
|
||||
by Owen Taylor.
|
||||
|
||||
2004-12-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkliststore.c (generate_order): Generate the order the
|
||||
way it is supposed to be, order[new_pos] == old_pos.
|
||||
(gtk_list_store_reorder): Invert the order before using it.
|
||||
|
||||
2004-12-22 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix sorting of list stores. (#161886, Marcin Krzyzanowski)
|
||||
@ -14,6 +26,7 @@ Wed Dec 22 01:24:01 2004 Jonathan Blandford <jrb@redhat.com>
|
||||
* gtk/queryimmodules.c (main): print out the version and binary
|
||||
name in the header comment. Problem reported by Seth Nickell.
|
||||
|
||||
>>>>>>> 1.6232
|
||||
2004-12-20 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkliststore.c (gtk_list_store_sort_iter_changed): Pass a
|
||||
|
@ -889,7 +889,7 @@ gtk_label_setup_mnemonic (GtkLabel *label,
|
||||
}
|
||||
|
||||
if (label->mnemonic_keyval == GDK_VoidSymbol)
|
||||
return;
|
||||
goto done;
|
||||
|
||||
toplevel = gtk_widget_get_toplevel (widget);
|
||||
if (GTK_WIDGET_TOPLEVEL (toplevel))
|
||||
@ -916,6 +916,7 @@ gtk_label_setup_mnemonic (GtkLabel *label,
|
||||
}
|
||||
}
|
||||
|
||||
done:
|
||||
g_object_set_data (G_OBJECT (label), "gtk-mnemonic-menu", mnemonic_menu);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user