[gtranslator] Make the use of an external editor inactive by default.



commit 603a3e90beb4aaed9d16cb15fbe01d485c5a8497
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Wed Sep 8 01:15:04 2010 +0200

    Make the use of an external editor inactive by default.

 ...ator.plugins.source-code-view.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/source-code-view/org.gnome.gtranslator.plugins.source-code-view.gschema.xml.in.in b/plugins/source-code-view/org.gnome.gtranslator.plugins.source-code-view.gschema.xml.in.in
index b2adda0..66412c7 100644
--- a/plugins/source-code-view/org.gnome.gtranslator.plugins.source-code-view.gschema.xml.in.in
+++ b/plugins/source-code-view/org.gnome.gtranslator.plugins.source-code-view.gschema.xml.in.in
@@ -1,7 +1,7 @@
 <schemalist>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gtranslator.plugins.source-code-view" path="/apps/gtranslator/plugins/source-code-view/">
     <key name="use-editor" type="b">
-      <default>true</default>
+      <default>false</default>
       <_summary>Use the System Editor</_summary>
       <_description>Whether use the system editor to show the source code</_description>
     </key>



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