Skip to content

Commit

Permalink
Changes: Use settings.menu instead of systems.menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad Anwari committed Jul 10, 2011
1 parent 9ff1271 commit 34d78ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panel-menu-box.vala
Expand Up @@ -179,7 +179,7 @@ public class PanelMenuBox : PanelAbstractWindow {
dismiss ();
});

control_center.populate ("systems.menu");
control_center.populate ("settings.menu");
control_center.set_min_content_height (rect ().height - 200); // TODO

var places = new PanelPlaces ();
Expand Down

0 comments on commit 34d78ea

Please sign in to comment.