all repos — tint2 @ 5acda6a0c0c7a24a5176a5fd128cb89737edf69d

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Silence warning
o9000 o9000
commit

5acda6a0c0c7a24a5176a5fd128cb89737edf69d

parent

f4f028a773006ab36d88f75916022786a542a425

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/launcher/launcher.csrc/launcher/launcher.c

@@ -404,7 +404,7 @@ {

char *cmd = calloc(strlen(icon->cmd) + 10, 1); sprintf(cmd, "(%s&)", icon->cmd); #if HAVE_SN - SnLauncherContext* ctx; + SnLauncherContext* ctx = 0; Time time; if (startup_notifications) { ctx = sn_launcher_context_new(server.sn_dsp, server.screen);