2007-06-05 Johannes Schmid <johannes.schmid@openismus.com>
authorJohannes Schmid <johannes.schmid@openismus.com>
Tue, 5 Jun 2007 18:59:34 +0000 (18:59 +0000)
committerJohannes Schmid <johannes.schmid@openismus.com>
Tue, 5 Jun 2007 18:59:34 +0000 (18:59 +0000)
* src/modest-account-view.c:
Fixed bug projects.maemo.org bug NB#59307

pmo-trunk-r2074

ChangeLog2
src/widgets/modest-account-view.c

index 6b98590..8d4fced 100644 (file)
@@ -1,5 +1,10 @@
 2007-06-05  Johannes Schmid <johannes.schmid@openismus.com>
 
 2007-06-05  Johannes Schmid <johannes.schmid@openismus.com>
 
+       * src/modest-account-view.c:
+       Fixed bug projects.maemo.org bug NB#59307
+
+2007-06-05  Johannes Schmid <johannes.schmid@openismus.com>
+
        * src/maemo/easysetup/modest-easysetup-wizard.c:
        (get_serverport_incoming), (on_before_next), (create_account):
        * src/maemo/modest-account-settings-dialog.c:
        * src/maemo/easysetup/modest-easysetup-wizard.c:
        (get_serverport_incoming), (on_before_next), (create_account):
        * src/maemo/modest-account-settings-dialog.c:
index 8846d14..dfab882 100644 (file)
@@ -204,7 +204,7 @@ update_account_view (ModestAccountMgr *account_mgr, ModestAccountView *view)
                        if (last_updated > 0) 
                                last_updated_string = modest_text_utils_get_display_date(last_updated);
                        else
                        if (last_updated > 0) 
                                last_updated_string = modest_text_utils_get_display_date(last_updated);
                        else
-                               last_updated_string = g_strdup (_("FIXME: Never"));
+                               last_updated_string = g_strdup (_("mcen_va_never"));
                        
                        if (account_data->is_enabled) {
                                gtk_list_store_insert_with_values (
                        
                        if (account_data->is_enabled) {
                                gtk_list_store_insert_with_values (