* Preppended a FIXME to the MMC provisional name until there is now way to get it
authorSergio Villar Senin <svillar@igalia.com>
Wed, 30 May 2007 09:24:32 +0000 (09:24 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Wed, 30 May 2007 09:24:32 +0000 (09:24 +0000)
* The local account has its name properly set again

pmo-trunk-r1994

src/widgets/modest-folder-view.c

index 52e033b..3b36370 100644 (file)
@@ -304,7 +304,7 @@ text_cell_data  (GtkTreeViewColumn *column,  GtkCellRenderer *renderer,
                } else {
                        if (!strcmp (account_id, MODEST_MMC_ACCOUNT_ID)) {
                                /* TODO: get MMC card name */
-                               item_name = g_strdup (_("MMC"));
+                               item_name = g_strdup (_("FIXME: MMC"));
                        } else {
                                item_name = g_strdup (fname);
                        }
@@ -316,7 +316,7 @@ text_cell_data  (GtkTreeViewColumn *column,  GtkCellRenderer *renderer,
        {
                /* We use ModestTnySimpleFolder store to group the outboxes and 
                 * the other local folders together: */
-               item_name = g_strdup (_("Local Folders"));
+               item_name = g_strdup (priv->local_account_name);
                item_weight = 400;
        }