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
This commit is contained in:
Ettore Perazzoli
2001-07-23 18:55:26 +00:00
parent 11c6852283
commit adbf1e2b83
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-07-23 Ettore Perazzoli <ettore@ximian.com>
* e-task-widget.c (e_task_widget_construct): Set the usize for the
contained hbox to 0x0.
2001-07-23 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view-menu.c: Get the manuals from the `evolution-guide'

View File

@ -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);