← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~jjardon/indicator-datetime/fix-860586 into lp:indicator-datetime

 

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

Requested reviews:
  Indicator Applet Developers (indicator-applet-developers)
Related bugs:
  Bug #860586 in Indicator Date and Time: "Setting time manually in "Time & Date" settings doesn't work"
  https://bugs.launchpad.net/indicator-datetime/+bug/860586

For more details, see:
https://code.launchpad.net/~jjardon/indicator-datetime/fix-860586/+merge/79421
-- 
https://code.launchpad.net/~jjardon/indicator-datetime/fix-860586/+merge/79421
Your team ayatana-commits is subscribed to branch lp:indicator-datetime.
=== modified file 'src/datetime-prefs.c'
--- src/datetime-prefs.c	2011-09-09 09:47:20 +0000
+++ src/datetime-prefs.c	2011-10-14 16:33:06 +0000
@@ -478,7 +478,7 @@
     }
   }
   else {
-    format = "%x";
+    format = "%F";
   }
 
   GDateTime * datetime = g_date_time_new_from_unix_local (gtk_spin_button_get_value (GTK_SPIN_BUTTON (spinner)));


Follow ups