gnome-panel r11043 - trunk/applets/clock



Author: vuntz
Date: Thu Apr 10 12:31:19 2008
New Revision: 11043
URL: http://svn.gnome.org/viewvc/gnome-panel?rev=11043&view=rev

Log:
2008-04-10  Vincent Untz  <vuntz gnome org>

	* clock.c: (zone_combo_changed): add FIXME


Modified:
   trunk/applets/clock/ChangeLog
   trunk/applets/clock/clock.c

Modified: trunk/applets/clock/clock.c
==============================================================================
--- trunk/applets/clock/clock.c	(original)
+++ trunk/applets/clock/clock.c	Thu Apr 10 12:31:19 2008
@@ -3785,7 +3785,10 @@
 		city = NULL;
 
 	/* only fill fields in if not set yet, to allow correcting
-	 * a guessed timezone */
+	 * a guessed timezone. FIXME: we should be a bit more clever
+	 * and allow replacing if the value was already auto-filled by
+	 * this function (to allow just multiple tries by selecting things
+	 * in the timezone combo */
 	if (!buffer || !buffer[0]) {
 		gtk_entry_set_text (GTK_ENTRY (name_entry), city);
 	}



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