[maemo-commits] [maemo-commits] r13310 - in projects/haf/trunk/hildon-1: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Aug 21 11:10:43 EEST 2007
Author: mdk
Date: 2007-08-21 11:10:40 +0300 (Tue, 21 Aug 2007)
New Revision: 13310

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/src/hildon-calendar-popup.c
Log:
Replacing the "Done" button in the calendar popup with "Ok" and "Cancel". Fixes NB#59299.


Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2007-08-21 08:07:40 UTC (rev 13309)
+++ projects/haf/trunk/hildon-1/ChangeLog	2007-08-21 08:10:40 UTC (rev 13310)
@@ -1,3 +1,8 @@
+2007-08-21  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	* src/hildon-calendar-popup.c: Replacing the "Done" button in the calendar
+	popup with "Ok" and "Cancel". Fixes NB#59299.
+
 2007-08-20  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	* src/hildon-calendar.c: Process all window updates before executing next

Modified: projects/haf/trunk/hildon-1/src/hildon-calendar-popup.c
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-calendar-popup.c	2007-08-21 08:07:40 UTC (rev 13309)
+++ projects/haf/trunk/hildon-1/src/hildon-calendar-popup.c	2007-08-21 08:10:40 UTC (rev 13310)
@@ -334,8 +334,8 @@
     gtk_box_pack_start (GTK_BOX (GTK_DIALOG (cal)->vbox), priv->cal,
             TRUE, TRUE, 0);
     gtk_dialog_set_has_separator (GTK_DIALOG (cal), FALSE);
-    gtk_dialog_add_button (GTK_DIALOG (cal), _("ecdg_bd_calendar_popout_done"),
-            GTK_RESPONSE_OK);
+    gtk_dialog_add_button (GTK_DIALOG (cal), _("ecdg_bd_font_dialog_ok"), GTK_RESPONSE_OK);
+    gtk_dialog_add_button (GTK_DIALOG (cal), _("ecdg_bd_wizard_cancel"), GTK_RESPONSE_CANCEL);
     gtk_widget_show(priv->cal);
 
     /* Connect signals */


More information about the maemo-commits mailing list