From: Mikael Magnusson Date: Wed, 28 Mar 2007 17:05:23 +0000 (+0000) Subject: fix compile without startup notification after r5711 X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=fc5b9a56121e1da230ae77dea0ef91979a4660e3;hp=f746a4975b1ab7559da3d9db51af14e1c084bc13;p=chaz%2Fopenbox fix compile without startup notification after r5711 --- 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