* Removed ellipsize from main window accounts menu (it's not required
authorJose Dapena Paz <jdapena@igalia.com>
Fri, 21 Nov 2008 18:12:54 +0000 (18:12 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Fri, 21 Nov 2008 18:12:54 +0000 (18:12 +0000)
  anymore as account names should be easy to see with the current menu.

pmo-trunk-r6375

src/hildon2/modest-main-window.c

index 927bdd5..cfd9257 100644 (file)
@@ -800,7 +800,6 @@ update_menus (ModestMainWindow* self)
                                        gtk_label_set_markup (GTK_LABEL (child), bold_name);
                                        g_free (bold_name);
                                }
-                               gtk_label_set_ellipsize (GTK_LABEL (child),  PANGO_ELLIPSIZE_END);
                        }
                }