From: Sergio Villar Senin Date: Wed, 14 May 2008 14:57:17 +0000 (+0000) Subject: * Fixes NB#85519, ellipsize the account name in signature editor X-Git-Tag: git_migration_finished~1376 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=7e8affe064c573d8b15b7bf6e3d50efc3bf285cb;ds=sidebyside * Fixes NB#85519, ellipsize the account name in signature editor pmo-trunk-r4527 --- 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);