[gedit] time: prompt the type of the time by default



commit 8114ccc2236032e1f1198b6abe972785e2df8823
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Jan 13 21:19:21 2012 +0100

    time: prompt the type of the time by default

 .../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 b97294b..34a5329 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
@@ -1,7 +1,7 @@
 <schemalist>
   <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gedit.plugins.time" path="/org/gnome/gedit/plugins/time/">
     <key name="prompt-type" enum="org.gnome.gedit.plugins.time.GeditTimePluginPromptType">
-      <default>'use-selected-format'</default>
+      <default>'prompt-selected-format'</default>
       <_summary>Prompt Type</_summary>
       <_description>If the user should be prompted for a format or if the selected or custom format should be used.</_description>
     </key>



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