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

pmo-drop-split-view-r6637

src/hildon2/modest-main-window.c

index 33ea1f1..8789390 100644 (file)
@@ -763,7 +763,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);
                        }
                }