sbox-SDK_X86: ~/svn/modest-private/modest-email/modest/trunk] > more ChangeLog2
authorMurray Cumming <murrayc@murrayc.com>
Fri, 1 Jun 2007 10:11:19 +0000 (10:11 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 1 Jun 2007 10:11:19 +0000 (10:11 +0000)
2007-06-01  Murray Cumming  <murrayc@murrayc.com>

* src/maemo/modest-account-view-window.c:
        (on_delete_button_clicked): Use the new emev_nc_delete_mailboximap
        logical ID for the confirmation messages. Fixed projects.maemo.org bug
        NB#59037 .

pmo-trunk-r2029

ChangeLog2
src/maemo/modest-account-view-window.c

index 352b088..f3705b2 100644 (file)
@@ -1,5 +1,12 @@
 2007-06-01  Murray Cumming  <murrayc@murrayc.com>
 
+       * src/maemo/modest-account-view-window.c:
+       (on_delete_button_clicked): Use the new emev_nc_delete_mailboximap 
+       logical ID for the confirmation messages. Fixed projects.maemo.org bug 
+       NB#59037 .
+
+2007-06-01  Murray Cumming  <murrayc@murrayc.com>
+
        * src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_caption_new_with_asterisk): 
        * src/maemo/modest-account-settings-dialog.c:
index 9fed7b7..76d4193 100644 (file)
@@ -179,9 +179,7 @@ on_delete_button_clicked (GtkWidget *button, ModestAccountViewWindow *self)
                                                      GTK_STOCK_OK,
                                                      GTK_RESPONSE_ACCEPT,
                                                      NULL);
-               /* TODO: This confirmation dialog is not specified in the Maemo UI spec, 
-                * but we really need one: */
-               txt = g_strdup_printf (_("Do you really want to delete the account %s?"), 
+               txt = g_strdup_printf (_("emev_nc_delete_mailboximap"), 
                        account_title);
                gtk_box_pack_start (GTK_BOX(GTK_DIALOG(dialog)->vbox), 
                                    gtk_label_new (txt), FALSE, FALSE, 0);