From 7e8affe064c573d8b15b7bf6e3d50efc3bf285cb Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Wed, 14 May 2008 14:57:17 +0000 Subject: [PATCH] * Fixes NB#85519, ellipsize the account name in signature editor pmo-trunk-r4527 --- src/maemo/modest-signature-editor-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/maemo/modest-signature-editor-dialog.c b/src/maemo/modest-signature-editor-dialog.c index c0a2614..a0a190d 100644 --- a/src/maemo/modest-signature-editor-dialog.c +++ b/src/maemo/modest-signature-editor-dialog.c @@ -197,7 +197,7 @@ modest_signature_editor_dialog_set_settings ( gchar* label_text = g_strdup_printf (_("mcen_ia_email_signatures_edit_dlg_label"), account_title); gtk_label_set_text (GTK_LABEL (priv->label), label_text); - gtk_label_set_ellipsize (GTK_LABEL (priv->label), PANGO_ELLIPSIZE_NONE); + gtk_label_set_ellipsize (GTK_LABEL (priv->label), PANGO_ELLIPSIZE_END); g_free (label_text); gtk_toggle_button_set_active (GTK_TOGGLE_BUTTON (priv->checkbox_use), use_signature); -- 1.7.9.5