aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-main-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-main-window.c')
-rw-r--r--src/empathy-main-window.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/empathy-main-window.c b/src/empathy-main-window.c
index 6519a50d4..85a64a365 100644
--- a/src/empathy-main-window.c
+++ b/src/empathy-main-window.c
@@ -385,6 +385,9 @@ main_window_row_deleted_cb (GtkTreeModel *model,
gtk_label_set_markup (GTK_LABEL (priv->no_entry_label), tmp);
g_free (tmp);
+ gtk_label_set_ellipsize (GTK_LABEL (priv->no_entry_label),
+ PANGO_ELLIPSIZE_END);
+
gtk_notebook_set_current_page (
GTK_NOTEBOOK (priv->notebook), PAGE_NO_MATCH);
}