Merge lp:~codygarver/switchboard/fix-1303367 into lp:~elementary-pantheon/switchboard/switchboard

Proposed by Cody Garver
Status: Merged
Approved by: Danielle Foré
Approved revision: 466
Merged at revision: 466
Proposed branch: lp:~codygarver/switchboard/fix-1303367
Merge into: lp:~elementary-pantheon/switchboard/switchboard
Diff against target: 12 lines (+1/-1)
1 file modified
src/Switchboard.vala (+1/-1)
To merge this branch: bzr merge lp:~codygarver/switchboard/fix-1303367
Reviewer Review Type Date Requested Status
Danielle Foré Approve
Review via email: mp+228458@code.launchpad.net

Commit message

Hide the navigation button after returning to All Settings (lp:1303367)

To post a comment you must log in.
Revision history for this message
Danielle Foré (danrabbit) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Switchboard.vala'
2--- src/Switchboard.vala 2014-07-28 09:21:49 +0000
3+++ src/Switchboard.vala 2014-07-28 09:34:58 +0000
4@@ -327,7 +327,7 @@
5 private void handle_navigation_button_clicked () {
6 if (navigation_button.get_text () == all_settings_label) {
7 switch_to_icons ();
8- navigation_button.set_text (current_plug.display_name);
9+ navigation_button.hide ();
10 } else {
11 switch_to_plug (current_plug);
12 navigation_button.set_text (all_settings_label);

Subscribers

People subscribed via source and target branches

to all changes: