File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ public class Wingpanel.Services.IndicatorSorter : Object {
3232 private static Gee . HashMap<string, int> indicator_order = new Gee .HashMap<string,int> ();
3333 static construct {
3434 indicator_order[AYATANA_INDICATOR ] = 0 ;
35+ indicator_order[Indicator . APP_LAUNCHER ] = 0 ;
3536 indicator_order[UNKNOWN_INDICATOR ] = 1 ;
3637 indicator_order[Indicator . ACCESSIBILITY ] = 2 ;
3738 indicator_order[Indicator . NIGHT_LIGHT ] = 3 ;
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ public class Wingpanel.Widgets.Panel : Gtk.EventBox {
259259 switch (indicator. position) {
260260 case IndicatorPosition . LEFT:
261261 indicator_entry. set_transition_type (Gtk . RevealerTransitionType . SLIDE_RIGHT );
262- left_menubar. add (indicator_entry);
262+ left_menubar. insert_sorted (indicator_entry);
263263 break ;
264264 case IndicatorPosition . CENTER:
265265 indicator_entry. set_transition_type (Gtk . RevealerTransitionType . SLIDE_DOWN );
You can’t perform that action at this time.
0 commit comments