[Xfce4-commits] r29944 - xfce4-panel/trunk/plugins/launcher

Nick Schermer nick at xfce.org
Mon May 11 21:49:51 CEST 2009


Author: nick
Date: 2009-05-11 19:49:51 +0000 (Mon, 11 May 2009)
New Revision: 29944

Modified:
   xfce4-panel/trunk/plugins/launcher/launcher-exec.c
Log:
Whoops, forgot a space.


Modified: xfce4-panel/trunk/plugins/launcher/launcher-exec.c
===================================================================
--- xfce4-panel/trunk/plugins/launcher/launcher-exec.c	2009-05-11 19:44:41 UTC (rev 29943)
+++ xfce4-panel/trunk/plugins/launcher/launcher-exec.c	2009-05-11 19:49:51 UTC (rev 29944)
@@ -265,7 +265,7 @@
     gchar       **argv = NULL;
 
     if (entry->terminal)
-        g_string_append (command_line, "exo-open --launch TerminalEmulator");
+        g_string_append (command_line, "exo-open --launch TerminalEmulator ");
 
     /* build the full command */
     for (p = entry->exec; *p != '\0'; ++p)




More information about the Xfce4-commits mailing list