X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmaemo%2Fmodest-signature-editor-dialog.c;h=a0a190dbfa6ccfa98721b4805ec2d9bfd35e4f7c;hb=4337f9b90f61b92a61f0ff2751ff44bc58d23d13;hp=c0a26143831a335f4814cb8a2e7582dd3b7d80ce;hpb=8405453011dab6ac79ad5e2d5820359426976a0d;p=modest 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);