From: Jose Dapena Paz Date: Fri, 21 Nov 2008 18:12:54 +0000 (+0000) Subject: * Removed ellipsize from main window accounts menu (it's not required X-Git-Tag: git_migration_finished~995 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=b6acb1860ec63e3c636f1ca4ac9552828da9e981;hp=81cc69c7e61239d002b6b9e56230e24a6b6030ba;ds=sidebyside * Removed ellipsize from main window accounts menu (it's not required anymore as account names should be easy to see with the current menu. pmo-trunk-r6375 --- diff --git a/src/hildon2/modest-main-window.c b/src/hildon2/modest-main-window.c index 927bdd5..cfd9257 100644 --- a/src/hildon2/modest-main-window.c +++ b/src/hildon2/modest-main-window.c @@ -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); } }