Author: jannis
Date: 2008-11-23 16:32:05 +0000 (Sun, 23 Nov 2008)
New Revision: 28893

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/exo-helper/main.c
Log:
        * exo-helper/main.c: Oops, I actually broke the --launch parameter. 
Fixed.

Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog      2008-11-23 15:12:27 UTC (rev 28892)
+++ libexo/trunk/ChangeLog      2008-11-23 16:32:05 UTC (rev 28893)
@@ -1,5 +1,9 @@
 2008-11-23     Jannis Pohlmann <[EMAIL PROTECTED]>
 
+       * exo-helper/main.c: Oops, I actually broke the --launch parameter. 
Fixed.
+
+2008-11-23     Jannis Pohlmann <[EMAIL PROTECTED]>
+
        * exo-helper/exo-preferred-applications.desktop.in: Remove GenericName 
and
          the "Xfce 4" prefix from the Name field.
        * exo-helper/main.c: Change order of the command line parameters so 

Modified: libexo/trunk/exo-helper/main.c
===================================================================
--- libexo/trunk/exo-helper/main.c      2008-11-23 15:12:27 UTC (rev 28892)
+++ libexo/trunk/exo-helper/main.c      2008-11-23 16:32:05 UTC (rev 28893)
@@ -67,8 +67,8 @@
     { "version", 'V', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &opt_version, 
N_("Print version information and exit"), NULL, },
     { "configure", 'c', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, 
&opt_configure, N_("Open the Preferred Applications\nconfiguration dialog"), 
NULL, },
     { "socket-id", 's', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_INT, 
&opt_socket_id, N_("Settings manager socket"), N_("SOCKET ID"), },
+    { "launch", 'l', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_STRING, 
&opt_launch_type, N_("Launch the default helper of TYPE with the optional 
PARAMETER, where TYPE is one of the following values."), N_("TYPE 
[PARAMETER]"), },
     { NULL, },
-    { "launch", 'l', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_STRING, 
&opt_launch_type, N_("Launch the default helper of TYPE with the optional 
PARAMETER, where TYPE is one of the following values."), N_("TYPE 
[PARAMETER]"), },
   };
 
   /* sanity check helper categories */

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to