[Xfce4-commits] r29541 - xfconf/trunk/xfconf-query

Stephan Arts stephan at xfce.org
Mon Feb 23 10:08:34 CET 2009


Author: stephan
Date: 2009-02-23 09:08:34 +0000 (Mon, 23 Feb 2009)
New Revision: 29541

Modified:
   xfconf/trunk/xfconf-query/main.c
Log:
Remove unimplemented import and export functions



Modified: xfconf/trunk/xfconf-query/main.c
===================================================================
--- xfconf/trunk/xfconf-query/main.c	2009-02-23 00:45:59 UTC (rev 29540)
+++ xfconf/trunk/xfconf-query/main.c	2009-02-23 09:08:34 UTC (rev 29541)
@@ -231,6 +231,7 @@
         N_("Force array even if only one element"),
         NULL
     },
+/*
     {   "export", 'x', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_STRING, &export_file,
         N_("Export channel to file"),
         NULL,
@@ -239,6 +240,7 @@
         N_("Import channel from file"),
         NULL,
     },
+*/
     {   "monitor", 'm', G_OPTION_FLAG_IN_MAIN, G_OPTION_ARG_NONE, &monitor,
         N_("Monitor a channel for property changes"),
         NULL,




More information about the Xfce4-commits mailing list