From 95b04534574e410732ffbee5545f93a67f1e07c7 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Wed, 28 Jan 2004 00:58:38 +0000 Subject: Expand the label, this fixes the problem that people were having in the 2004-01-27 Rodney Dawes * e-task-bar.c (init): Expand the label, this fixes the problem that people were having in the shell window with the preview pane and the weird warning from ECLippedLabel for urls Fixes #52937 for good svn path=/trunk/; revision=24484 --- shell/ChangeLog | 8 ++++++++ shell/e-task-bar.c | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/shell/ChangeLog b/shell/ChangeLog index f389453ff8..74c40e7986 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2004-01-27 Rodney Dawes + + * e-task-bar.c (init): Expand the label, this fixes the problem + that people were having in the shell window with the preview pane + and the weird warning from ECLippedLabel for urls + + Fixes #52937 for good + 2004-01-26 David Trowbridge * Makefile.am: add definition for EVOLUTION_HELPDIR diff --git a/shell/e-task-bar.c b/shell/e-task-bar.c index 02ca5cbcdf..b31527a36b 100644 --- a/shell/e-task-bar.c +++ b/shell/e-task-bar.c @@ -105,7 +105,7 @@ init (ETaskBar *task_bar) label = e_clipped_label_new ("", PANGO_WEIGHT_NORMAL, 1.0); gtk_widget_show (label); - gtk_box_pack_start (GTK_BOX (task_bar), label, FALSE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (task_bar), label, TRUE, TRUE, 0); gtk_misc_set_alignment (GTK_MISC (label), 0, 0.5); task_bar->priv->message_label = E_CLIPPED_LABEL (label); -- cgit v1.2.3