* src/widgets/modest-folder-view.c:
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 22 Jun 2007 12:07:28 +0000 (12:07 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 22 Jun 2007 12:07:28 +0000 (12:07 +0000)
        * Now local folder is bolded too (fixes NB#59314).

pmo-trunk-r2376

src/widgets/modest-folder-view.c

index af6cc94..2434fcc 100644 (file)
@@ -318,7 +318,7 @@ text_cell_data  (GtkTreeViewColumn *column,  GtkCellRenderer *renderer,
                if (modest_tny_account_is_virtual_local_folders (
                                TNY_ACCOUNT (instance))) {
                        item_name = g_strdup (priv->local_account_name);
-                       item_weight = 400;
+                       item_weight = 800;
                } else {
                        item_name = g_strdup (fname);
                        item_weight = 800;