From b6acb1860ec63e3c636f1ca4ac9552828da9e981 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Fri, 21 Nov 2008 18:12:54 +0000 Subject: [PATCH 1/1] * 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 --- src/hildon2/modest-main-window.c | 1 - 1 file changed, 1 deletion(-) 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); } } -- 1.7.9.5