aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-12-07 10:18:19 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-12-07 10:18:19 +0800
commit247998098826dca3eff39e40ffeda623144b6737 (patch)
tree11298aaf3785095dee07e6ec0a1a5e87391ee7d7 /mail/mail-vfolder.c
parent3bd0a70d2294faeb5b5b53672e53210bf83d6f83 (diff)
downloadgsoc2013-evolution-247998098826dca3eff39e40ffeda623144b6737.tar.gz
gsoc2013-evolution-247998098826dca3eff39e40ffeda623144b6737.tar.zst
gsoc2013-evolution-247998098826dca3eff39e40ffeda623144b6737.zip
Make the vfolder editor resize correctly. Fixes bug #835.
2000-12-06 Jeffrey Stedfast <fejj@helixcode.com> * mail-vfolder.c (vfolder_gui_add_rule): Make the vfolder editor resize correctly. Fixes bug #835. svn path=/trunk/; revision=6835
Diffstat (limited to 'mail/mail-vfolder.c')
-rw-r--r--mail/mail-vfolder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-vfolder.c b/mail/mail-vfolder.c
index b80d558fae..8fb7510ffd 100644
--- a/mail/mail-vfolder.c
+++ b/mail/mail-vfolder.c
@@ -298,7 +298,7 @@ vfolder_gui_add_rule(VfolderRule *rule)
GNOME_STOCK_BUTTON_CANCEL,
NULL);
gtk_window_set_policy(GTK_WINDOW(gd), FALSE, TRUE, FALSE);
- gtk_box_pack_start((GtkBox *)gd->vbox, w, FALSE, TRUE, 0);
+ gtk_box_pack_start((GtkBox *)gd->vbox, w, TRUE, TRUE, 0);
gtk_widget_show((GtkWidget *)gd);
gtk_object_set_data_full((GtkObject *)gd, "rule", rule, (GtkDestroyNotify)gtk_object_unref);
gtk_signal_connect((GtkObject *)gd, "clicked", new_rule_clicked, NULL);
ports-gnome/commit/misc/compat6x?h=gstreamer0.10-removal&id=b0b4a59bcddc7c22886a37590d5ccb967e85fb4f'>- Reassign to the heaptabthorpe2012-02-011-1/+1 * Fix bug with umask set less restrictive than 022.jpaetzel2011-09-191-1/+1 * - Get Rid MD5 supportmiwi2011-03-191-4/+0 * Mark as broken on sparc64: cannot find lib/compat/libpthread.so.X.linimon2009-12-041-0/+4 * Attempt to fix plist for sparc64 on deinstall.linimon2009-09-151-0/+1 * After discuss with jhb@ and kib@, here are fixed version of compat[567]x portsgarga2009-09-031-3/+3 * - Fix libpthread installation broken on last updategarga2009-08-311-4/+4 * When installing on 8.x (>= 800105), don't install libpthread.so.2 but create agarga2009-08-271-0/+9 * - Simplify ldconfig handlingpav2009-02-131-9/+1 * - Update to 6.4-RC1mnag2008-10-173-13/+47 * - Update to 6.3.603000.200801mnag2008-02-262-13/+13 * - Update to 6.3 __FreeBSD_version 602114mnag2007-11-246-13/+46 * * Please welcome compat6xmnag2007-06-20