← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~jjardon/indicator-datetime/bug-729056 into lp:indicator-datetime

 

Javier Jardón has proposed merging lp:~jjardon/indicator-datetime/bug-729056 into lp:indicator-datetime.

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  Bug #729056 in Indicator Date and Time: "Date setting in the preferences should be not be shown in ISO format"
  https://bugs.launchpad.net/indicator-datetime/+bug/729056

For more details, see:
https://code.launchpad.net/~jjardon/indicator-datetime/bug-729056/+merge/71680
-- 
https://code.launchpad.net/~jjardon/indicator-datetime/bug-729056/+merge/71680
Your team ayatana-commits is subscribed to branch lp:indicator-datetime.
=== modified file 'src/datetime-prefs.c'
--- src/datetime-prefs.c	2011-06-29 13:10:25 +0000
+++ src/datetime-prefs.c	2011-08-16 13:08:23 +0000
@@ -478,7 +478,7 @@
     }
   }
   else {
-    format = "%Y-%m-%d";
+    format = "%x";
   }
 
   GDateTime * datetime = g_date_time_new_from_unix_local (gtk_spin_button_get_value (GTK_SPIN_BUTTON (spinner)));


Follow ups