[dconf-editor] "Works-here" fix to the CLI problem.



commit c6acb4fc5fa0ed66650ddae0ca8caa19a75a438e
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Jul 31 19:23:36 2018 +0200

    "Works-here" fix to the CLI problem.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788460

 editor/dconf-editor.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/editor/dconf-editor.vala b/editor/dconf-editor.vala
index 1960be9..c641ff3 100644
--- a/editor/dconf-editor.vala
+++ b/editor/dconf-editor.vala
@@ -136,7 +136,7 @@ class ConfigurationEditor : Gtk.Application
 
         { "I-understand-that-changing-options-can-break-applications", 0, 0, OptionArg.NONE, ref 
disable_warning, N_("Do not show initial warning"), null },
 
-        { OPTION_REMAINING, 0, 0, OptionArg.STRING_ARRAY, ref remaining, "args", N_("[PATH|FIXED_SCHEMA 
[KEY]|RELOCATABLE_SCHEMA:PATH [KEY]]") },
+        { OPTION_REMAINING, 0, 0, OptionArg.FILENAME_ARRAY, ref remaining, "args", N_("[PATH|FIXED_SCHEMA 
[KEY]|RELOCATABLE_SCHEMA:PATH [KEY]]") }, // should probably be a STRING_ARRAY, but then crashes: for paths 
with more than 20 chars, on some locales depending of the computer... xD
         {}
     };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]