From fc5b9a56121e1da230ae77dea0ef91979a4660e3 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 28 Mar 2007 17:05:23 +0000 Subject: [PATCH] fix compile without startup notification after r5711 --- openbox/startupnotify.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/openbox/startupnotify.c b/openbox/startupnotify.c index 4c2672c1..51e78e26 100644 --- a/openbox/startupnotify.c +++ b/openbox/startupnotify.c @@ -33,10 +33,7 @@ Time sn_app_started(const gchar *id, const gchar *wmclass) } gboolean sn_get_desktop(gchar *id, guint *desktop) { return FALSE; } void sn_setup_spawn_environment(gchar *program, gchar *name, - gchar *icon_name, gint desktop, Time time) -{ - return g_strdupv(environ); -} + gchar *icon_name, gint desktop, Time time) {} void sn_spawn_cancel() {} #else -- 2.39.2