GNOME Bugzilla – Bug 676669
don't offer multi select when there is nothing to select
Last modified: 2016-03-31 13:55:26 UTC
Created attachment 214795 [details] screenshot Don't offer multi select when there is nothing to select.
Created attachment 215700 [details] [review] Insensitive selection button on empty collection Selection button should be insensitive when collection is empty.
Shouldn't we go back to displaying the wizard when this happens? This is related to https://bugzilla.gnome.org/show_bug.cgi?id=674657
(In reply to comment #2) > Shouldn't we go back to displaying the wizard when this happens? This is > related to https://bugzilla.gnome.org/show_bug.cgi?id=674657 Only during startup, I think.
Review of attachment 215700 [details] [review]: ::: src/topbar.vala @@ +153,3 @@ } + private void update_selection_btn_sensitivity () { It would make sense to keep same prefix as the widget name. select_btn => update_select_btn
Created attachment 215751 [details] [review] Insensitive selection button on empty collection
Review of attachment 215751 [details] [review]: ack
Attachment 215751 [details] pushed as 18c0c0f - Insensitive selection button on empty collection