aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-folder.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-10-24 02:35:28 +0800
committerChris Lahey <clahey@src.gnome.org>2000-10-24 02:35:28 +0800
commit27f51ae4e98b5c13dccc67d434028fb147f314d3 (patch)
treedce71abdcc06d1f307283080906b56b76eb9c109 /filter/filter-folder.c
parent61008a12e175494276ed24de4b3d214f66041cd1 (diff)
downloadgsoc2013-evolution-27f51ae4e98b5c13dccc67d434028fb147f314d3.tar
gsoc2013-evolution-27f51ae4e98b5c13dccc67d434028fb147f314d3.tar.gz
gsoc2013-evolution-27f51ae4e98b5c13dccc67d434028fb147f314d3.tar.bz2
gsoc2013-evolution-27f51ae4e98b5c13dccc67d434028fb147f314d3.tar.lz
gsoc2013-evolution-27f51ae4e98b5c13dccc67d434028fb147f314d3.tar.xz
gsoc2013-evolution-27f51ae4e98b5c13dccc67d434028fb147f314d3.tar.zst
gsoc2013-evolution-27f51ae4e98b5c13dccc67d434028fb147f314d3.zip
Fixed these widgets to resize properly.
2000-10-23 Christopher James Lahey <clahey@helixcode.com> * filter-editor.c, filter-filter.c, filter-folder.c, filter-part.c, filter-rule.c, rule-context.c, score-editor.c, vfolder-editor.c: Fixed these widgets to resize properly. svn path=/trunk/; revision=6117
Diffstat (limited to 'filter/filter-folder.c')
-rw-r--r--filter/filter-folder.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/filter-folder.c b/filter/filter-folder.c
index 6df1fe9e1b..1682415009 100644
--- a/filter/filter-folder.c
+++ b/filter/filter-folder.c
@@ -209,6 +209,7 @@ static void button_clicked(GtkButton *button, FilterFolder *ff)
gd = (GnomeDialog *)gnome_dialog_new(_("Enter folder URI"),
GNOME_STOCK_BUTTON_OK, GNOME_STOCK_BUTTON_CANCEL,
NULL);
+ gtk_window_set_policy(GTK_WINDOW(gd), FALSE, TRUE, FALSE);
entry = (GtkEntry *)gtk_entry_new();
if (ff->uri) {
e_utf8_gtk_entry_set_text(entry, ff->uri);