diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-24 02:55:26 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-24 02:55:26 +0800 |
commit | adbf1e2b8339805e5db26a485afc26bbeb6a67ad (patch) | |
tree | ba1cbee05c2b1d1bf564b43bac911299d4292f88 /shell/e-task-widget.c | |
parent | 11c6852283b2aa7bf4c476bf1a468644322799e2 (diff) | |
download | gsoc2013-evolution-adbf1e2b8339805e5db26a485afc26bbeb6a67ad.tar gsoc2013-evolution-adbf1e2b8339805e5db26a485afc26bbeb6a67ad.tar.gz gsoc2013-evolution-adbf1e2b8339805e5db26a485afc26bbeb6a67ad.tar.bz2 gsoc2013-evolution-adbf1e2b8339805e5db26a485afc26bbeb6a67ad.tar.lz gsoc2013-evolution-adbf1e2b8339805e5db26a485afc26bbeb6a67ad.tar.xz gsoc2013-evolution-adbf1e2b8339805e5db26a485afc26bbeb6a67ad.tar.zst gsoc2013-evolution-adbf1e2b8339805e5db26a485afc26bbeb6a67ad.zip |
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
Diffstat (limited to 'shell/e-task-widget.c')
-rw-r--r-- | shell/e-task-widget.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |