Author: jannis
Date: 2008-11-23 15:06:04 +0000 (Sun, 23 Nov 2008)
New Revision: 28891

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/exo-helper/exo-preferred-applications.desktop.in
   libexo/trunk/exo-helper/main.c
Log:
        * 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
          that --launch is at the very bottom of the list (directly above the
          launch type explanations.

Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog      2008-11-23 14:47:07 UTC (rev 28890)
+++ libexo/trunk/ChangeLog      2008-11-23 15:06:04 UTC (rev 28891)
@@ -1,5 +1,13 @@
 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 
+         that --launch is at the very bottom of the list (directly above the
+         launch type explanations.
+
+2008-11-23     Jannis Pohlmann <[EMAIL PROTECTED]>
+
        * exo-helper/main.c (main): Stop startup notification once the plug is
          created and the dialog content has been moved into the plug.
 

Modified: libexo/trunk/exo-helper/exo-preferred-applications.desktop.in
===================================================================
--- libexo/trunk/exo-helper/exo-preferred-applications.desktop.in       
2008-11-23 14:47:07 UTC (rev 28890)
+++ libexo/trunk/exo-helper/exo-preferred-applications.desktop.in       
2008-11-23 15:06:04 UTC (rev 28891)
@@ -8,8 +8,7 @@
 OnlyShowIn=XFCE;
 Terminal=false
 StartupNotify=true
-_GenericName=Preferred Applications
-_Name=Xfce 4 Preferred Applications
+_Name=Preferred Applications
 _Comment=Preferred Applications (Web Browser, Mail Reader and Terminal 
Emulator)
 X-XfcePluggable=true
 X-XfceHelpFile=exo-preferred-applications.html

Modified: libexo/trunk/exo-helper/main.c
===================================================================
--- libexo/trunk/exo-helper/main.c      2008-11-23 14:47:07 UTC (rev 28890)
+++ libexo/trunk/exo-helper/main.c      2008-11-23 15:06:04 UTC (rev 28891)
@@ -66,9 +66,9 @@
   GOptionEntry       option_entries[] = {
     { "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, },
-    { "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]"), },
     { "socket-id", 's', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_INT, 
&opt_socket_id, N_("Settings manager socket"), N_("SOCKET ID"), },
     { 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