X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Ftint2;a=blobdiff_plain;f=src%2Fpanel.c;h=23bfa6363d456a5c23b7495f1f054bfa80f05a42;hp=9754de79ee22b9585ed9eff799c2f8e21dec2b29;hb=6f02aea86bfbd5bc086d2a67318f2534bb8b73c2;hpb=585f8250288b78829d2ac764b6e5c4eb32b4e23d diff --git a/src/panel.c b/src/panel.c index 9754de7..23bfa63 100644 --- a/src/panel.c +++ b/src/panel.c @@ -80,7 +80,7 @@ void default_panel() task_dragged = 0; panel_horizontal = 1; panel_position = CENTER; - panel_items_order = strdup("LTBSC"); // Default order : Launcher, Taskbar, Battery, Systray, Clock + panel_items_order = 0; panel_autohide = 0; panel_autohide_show_timeout = 0; panel_autohide_hide_timeout = 0; @@ -461,7 +461,7 @@ void set_panel_items(Panel *p) g_slist_free(p->area.list); p->area.list = 0; } - + printf("panel_items_order %s\n", panel_items_order); for (k=0 ; k < strlen(panel_items_order) ; k++) { if (panel_items_order[k] == 'L') { init_launcher_panel(p);