From adbf1e2b8339805e5db26a485afc26bbeb6a67ad Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Mon, 23 Jul 2001 18:55:26 +0000 Subject: Set the usize for the contained hbox to 0x0. * e-task-widget.c (e_task_widget_construct): Set the usize for the contained hbox to 0x0. svn path=/trunk/; revision=11311 --- shell/ChangeLog | 5 +++++ shell/e-task-widget.c | 2 ++ 2 files changed, 7 insertions(+) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index faa9391ce7..e5a37cf6ac 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-07-23 Ettore Perazzoli + + * e-task-widget.c (e_task_widget_construct): Set the usize for the + contained hbox to 0x0. + 2001-07-23 Ettore Perazzoli * e-shell-view-menu.c: Get the manuals from the `evolution-guide' diff --git a/shell/e-task-widget.c b/shell/e-task-widget.c index 384e1cc27f..47fbecf00c 100644 --- a/shell/e-task-widget.c +++ b/shell/e-task-widget.c @@ -114,6 +114,8 @@ e_task_widget_construct (ETaskWidget *task_widget, gtk_container_add (GTK_CONTAINER (frame), box); gtk_widget_show (box); + gtk_widget_set_usize (box, 0, 0); + priv->icon_pixbuf = gdk_pixbuf_ref (icon_pixbuf); gdk_pixbuf_render_pixmap_and_mask (icon_pixbuf, &pixmap, &mask, 128); -- cgit v1.2.3