[Xfce4-commits] r29946 - in libexo/branches/xfce_4_6: . exo-open

Nick Schermer nick at xfce.org
Mon May 11 22:30:36 CEST 2009


Author: nick
Date: 2009-05-11 20:30:36 +0000 (Mon, 11 May 2009)
New Revision: 29946

Modified:
   libexo/branches/xfce_4_6/NEWS
   libexo/branches/xfce_4_6/exo-open/main.c
Log:
Allow all arguments in the terminal parameters (part of bug #5301).


Modified: libexo/branches/xfce_4_6/NEWS
===================================================================
--- libexo/branches/xfce_4_6/NEWS	2009-05-11 20:30:15 UTC (rev 29945)
+++ libexo/branches/xfce_4_6/NEWS	2009-05-11 20:30:36 UTC (rev 29946)
@@ -1,3 +1,7 @@
+0.3.102
+=======
+- Allow all arguments in the terminal parameters (part of bug #5301).
+
 0.3.101
 =======
 - Quote arguments passed to exo-open (bug #5132).

Modified: libexo/branches/xfce_4_6/exo-open/main.c
===================================================================
--- libexo/branches/xfce_4_6/exo-open/main.c	2009-05-11 20:30:15 UTC (rev 29945)
+++ libexo/branches/xfce_4_6/exo-open/main.c	2009-05-11 20:30:36 UTC (rev 29946)
@@ -110,6 +110,7 @@
   g_option_context_set_help_enabled (context, FALSE);
   g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
   g_option_context_add_group (context, gtk_get_option_group (TRUE));
+  g_option_context_set_ignore_unknown_options (context, TRUE);
   if (!g_option_context_parse (context, &argc, &argv, &err))
     {
       g_fprintf (stderr, "exo-open: %s.\n", err->message);




More information about the Xfce4-commits mailing list