[Xfce4-commits] r29659 - libxfce4ui/trunk/libxfce4ui

Nick Schermer nick at xfce.org
Fri Mar 13 17:17:04 CET 2009


Author: nick
Date: 2009-03-13 16:17:04 +0000 (Fri, 13 Mar 2009)
New Revision: 29659

Modified:
   libxfce4ui/trunk/libxfce4ui/xfce-execute.c
Log:
Whoops, sending the wrong environment variable to g_spawn_async.


Modified: libxfce4ui/trunk/libxfce4ui/xfce-execute.c
===================================================================
--- libxfce4ui/trunk/libxfce4ui/xfce-execute.c	2009-03-13 10:36:42 UTC (rev 29658)
+++ libxfce4ui/trunk/libxfce4ui/xfce-execute.c	2009-03-13 16:17:04 UTC (rev 29659)
@@ -312,7 +312,7 @@
 #endif
 
   /* try to spawn the new process */
-  succeed = g_spawn_async (working_directory, argv, envp, flags, NULL, NULL, &pid, error);
+  succeed = g_spawn_async (working_directory, argv, cenvp, flags, NULL, NULL, &pid, error);
 
 #ifdef HAVE_LIBSTARTUP_NOTIFICATION
   if (G_LIKELY (sn_launcher != NULL))




More information about the Xfce4-commits mailing list