From 4092e56c26a1d325b912c8e71410097f0195c773 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Thu, 4 Dec 2008 21:15:44 +0000 Subject: [PATCH] * 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-drop-split-view-r6637 --- 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 33ea1f1..8789390 100644 --- a/src/hildon2/modest-main-window.c +++ b/src/hildon2/modest-main-window.c @@ -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); } } -- 1.7.9.5