2007-06-01 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Fri, 1 Jun 2007 10:36:52 +0000 (10:36 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 1 Jun 2007 10:36:52 +0000 (10:36 +0000)
* src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_complete_easysetup):
        (create_page_complete_custom): Correct the last commit,
        putting the correct sentences in the correct pages.

pmo-trunk-r2032

ChangeLog2
src/maemo/easysetup/modest-easysetup-wizard.c

index e8413a9..52a5a06 100644 (file)
@@ -1,5 +1,13 @@
 2007-06-01  Murray Cumming  <murrayc@murrayc.com>
 
+
+       * src/maemo/easysetup/modest-easysetup-wizard.c:
+       (create_page_complete_easysetup): 
+       (create_page_complete_custom): Correct the last commit, 
+       putting the correct sentences in the correct pages.
+
+2007-06-01  Murray Cumming  <murrayc@murrayc.com>
+
        * src/maemo/easysetup/modest-easysetup-wizard.c:
        (create_page_complete_custom): Show the second sentence of text 
        (mcen_ia_easysetup_complete). This fixes projects.maemo.org bug 
index e10bdf7..41c1083 100644 (file)
@@ -498,6 +498,12 @@ static GtkWidget* create_page_complete_easysetup (ModestEasysetupWizardDialog *s
        GtkWidget *box = gtk_vbox_new (FALSE, MODEST_MARGIN_NONE);
        
        GtkWidget *label = gtk_label_new(_("mcen_ia_emailsetup_setup_complete"));
+       gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
+       gtk_box_pack_start (GTK_BOX (box), label, FALSE, FALSE, 0);
+       gtk_widget_show (label);
+       
+       label = gtk_label_new (_("mcen_ia_customsetup_complete"));
+       gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5);
        gtk_box_pack_start (GTK_BOX (box), label, FALSE, FALSE, 0);
        gtk_widget_show (label);