[gedit] Set default value of create-backup-copy setting to false



commit eeb81e5b1bab893ea48cd3314e5ae7594a99ba5c
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Aug 13 16:56:14 2014 +0200

    Set default value of create-backup-copy setting to false
    
    And update the description, it is no longer possible to change the
    backup file extension.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662877

 data/org.gnome.gedit.gschema.xml.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/org.gnome.gedit.gschema.xml.in b/data/org.gnome.gedit.gschema.xml.in
index d078323..5d17827 100644
--- a/data/org.gnome.gedit.gschema.xml.in
+++ b/data/org.gnome.gedit.gschema.xml.in
@@ -41,9 +41,9 @@
       <description>The ID of a GtkSourceView Style Scheme used to color the text.</description>
     </key>
     <key name="create-backup-copy" type="b">
-      <default>true</default>
+      <default>false</default>
       <summary>Create Backup Copies</summary>
-      <description>Whether gedit should create backup copies for the files it saves. You can set the backup 
file extension with the "Backup Copy Extension" option.</description>
+      <description>Whether gedit should create backup copies for the files it saves.</description>
     </key>
     <key name="auto-save" type="b">
       <default>false</default>


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