Merge lp:~gero-bare/switchboard/fix-missing-navigation-bar into lp:~elementary-pantheon/switchboard/switchboard

Proposed by Gero.Bare
Status: Merged
Approved by: Danielle Foré
Approved revision: 613
Merged at revision: 613
Proposed branch: lp:~gero-bare/switchboard/fix-missing-navigation-bar
Merge into: lp:~elementary-pantheon/switchboard/switchboard
Diff against target: 35 lines (+8/-6)
1 file modified
src/Switchboard.vala (+8/-6)
To merge this branch: bzr merge lp:~gero-bare/switchboard/fix-missing-navigation-bar
Reviewer Review Type Date Requested Status
elementary Pantheon team Pending
Review via email: mp+291549@code.launchpad.net

Commit message

Fix missing navigation button introduced in r612

Description of the change

Fix missing navigation button introduced in r612.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/Switchboard.vala'
--- src/Switchboard.vala 2016-04-10 19:57:21 +0000
+++ src/Switchboard.vala 2016-04-11 20:03:43 +0000
@@ -200,12 +200,6 @@
200 return false;200 return false;
201 });201 });
202202
203 // Launch plug's executable
204 navigation_button.set_sensitive (true);
205 navigation_button.set_text (all_settings_label);
206 navigation_button.show ();
207 headerbar.title = plug.display_name;
208 current_plug = plug;
209203
210 //FIXME lower priority for gcc plugs due crash bug #1528361204 //FIXME lower priority for gcc plugs due crash bug #1528361
211 var priority = GLib.Priority.DEFAULT_IDLE;205 var priority = GLib.Priority.DEFAULT_IDLE;
@@ -214,6 +208,13 @@
214 }208 }
215209
216 Idle.add (()=> {210 Idle.add (()=> {
211 // Launch plug's executable
212 navigation_button.set_sensitive (true);
213 navigation_button.set_text (all_settings_label);
214 navigation_button.show ();
215 headerbar.title = plug.display_name;
216 current_plug = plug;
217
217 switch_to_plug (plug);218 switch_to_plug (plug);
218 return false;219 return false;
219 }, priority);220 }, priority);
@@ -587,3 +588,4 @@
587_("Center;Control;Panel;Preferences;System;");588_("Center;Control;Panel;Preferences;System;");
588_("About System Settings");589_("About System Settings");
589#endif590#endif
591

Subscribers

People subscribed via source and target branches

to all changes: