[gedit] "Insert Date and Time" doesn't work correctly



commit 034b7a65605377b4654f3c8f139e3918629c71e2
Author: Adam <the potfur+bugzilla gmail com>
Date:   Wed Oct 19 10:13:28 2011 +0200

    "Insert Date and Time" doesn't work correctly
    
    https://bugzilla.gnome.org/show_bug.cgi?id=662027

 .../org.gnome.gedit.plugins.time.gschema.xml.in.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in b/plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in
index b550eff..b97294b 100644
--- a/plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in
+++ b/plugins/time/org.gnome.gedit.plugins.time.gschema.xml.in.in
@@ -6,7 +6,7 @@
       <_description>If the user should be prompted for a format or if the selected or custom format should be used.</_description>
     </key>
     <key name="selected-format" type="s">
-      <default>''</default>
+      <default>'%c'</default>
       <_summary>Selected Format</_summary>
       <_description>The selected format used when inserting the date/time.</_description>
     </key>



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