From 5acda6a0c0c7a24a5176a5fd128cb89737edf69d Mon Sep 17 00:00:00 2001 From: o9000 Date: Fri, 15 May 2015 08:39:07 +0200 Subject: [PATCH] Silence warning --- src/launcher/launcher.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/launcher/launcher.c b/src/launcher/launcher.c index 7f4fa3f..c7edf1e 100644 --- a/src/launcher/launcher.c +++ b/src/launcher/launcher.c @@ -404,7 +404,7 @@ void launcher_action(LauncherIcon *icon, XEvent* evt) 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);