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);
d1968599'>- Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-221-1/+0 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * - Fix buildmiwi2013-06-111-2/+0 * - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1 * Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix...eadler2013-03-281-6/+3 * - update png to 1.5.10dinoex2012-06-011-1/+1 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-2/+2 * - Reset maintainer [1]wen2011-03-102-2/+1 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1 * - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-251-1/+0 * Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-14/+15 * - Update to 0.9.11araujo2007-10-093-5/+8 * - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1 * - Update to 0.9.9sat2006-11-153-11/+8 * - Update to 0.9.8sat2006-05-293-4/+5 * - Update to 0.9.7sat2006-05-083-10/+13 * Remove USE_REINPLACE from all categories starting with Dedwin2006-05-051-1/+0 * Conversion to a single libtool environment.ade2006-02-231-1/+1 * SHA256ifyedwin2006-01-221-0/+1 * eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1 * - Update to 0.9.5pav2005-05-203-5/+5 * Fully-qualify the path to update-desktop-database and update-mime-database inmezz2005-03-172-3/+3 * Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1 * - Update to 0.9.4pav2005-02-153-9/+10 * Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.mezz2004-12-211-20/+0 * Clean up handling of locale directories at deinstall-time:kris2004-12-161-0/+4