X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fpanel.c;h=7f7f0f9e4291a1a576a5917abd8359257c1a8d7b;hb=3cf41266a0125935c58edb64941f2a27a0fab3c4;hp=c6c706ef5d8186fd0441646dc24406e0e19a8016;hpb=0fae0eb881c82e304878bc47b0462b3caed05ed7;p=chaz%2Ftint2 diff --git a/src/panel.c b/src/panel.c index c6c706e..7f7f0f9 100644 --- a/src/panel.c +++ b/src/panel.c @@ -137,6 +137,7 @@ void init_panel() if (systray.area.on_screen && i == 0) { init_systray_panel(p); p->area.list = g_slist_append(p->area.list, &systray); + refresh_systray = 1; } if (i >= old_nb_panel) { @@ -164,7 +165,6 @@ void init_panel() panel1 = new_panel; panel_refresh = 1; - refresh_systray = 1; init_taskbar(); visible_object(); task_refresh_tasklist();