GNOME Bugzilla – Bug 759541
shortcuts: Make sure that hidden shortcuts stay hidden
Last modified: 2015-12-16 11:33:31 UTC
.
Created attachment 317493 [details] [review] shortcuts: Make sure that hidden shortcuts stay hidden When doing a gtk_widget_show_all() on the shortcuts window, accelerators for both RTL and LTR directions are being shown. Make sure that no-show-all is set by default on hidden shortcuts, and updated if the widget direction changes.
Review of attachment 317493 [details] [review]: yeah, looks right. We need more than that if we want to make GtkShortcutsWindow safe against show_all, but this is a good start
(In reply to Matthias Clasen from comment #2) > Review of attachment 317493 [details] [review] [review]: > > yeah, looks right. We need more than that if we want to make > GtkShortcutsWindow safe against show_all, but this is a good start There's already plenty of "no-show-all" in the GtkShortcutsShortcut, so that part looked safe.
Attachment 317493 [details] pushed as a56a8a8 - shortcuts: Make sure that hidden shortcuts stay hidden