diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-24 03:31:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-24 03:31:14 +0800 |
commit | de0c82f3825e8bd17b8a18e19e1ae7b1557a5210 (patch) | |
tree | 5480a88c370db80bdfaa1c33b96ced02b71c051f /mail/mail-display.c | |
parent | 842c503a80c143a24ac61c89a51f47cb3b8e4031 (diff) | |
download | gsoc2013-evolution-de0c82f3825e8bd17b8a18e19e1ae7b1557a5210.tar gsoc2013-evolution-de0c82f3825e8bd17b8a18e19e1ae7b1557a5210.tar.gz gsoc2013-evolution-de0c82f3825e8bd17b8a18e19e1ae7b1557a5210.tar.bz2 gsoc2013-evolution-de0c82f3825e8bd17b8a18e19e1ae7b1557a5210.tar.lz gsoc2013-evolution-de0c82f3825e8bd17b8a18e19e1ae7b1557a5210.tar.xz gsoc2013-evolution-de0c82f3825e8bd17b8a18e19e1ae7b1557a5210.tar.zst gsoc2013-evolution-de0c82f3825e8bd17b8a18e19e1ae7b1557a5210.zip |
Made the top of the folder browser a little prettier.
2000-10-23 Christopher James Lahey <clahey@helixcode.com>
* folder-browser.c: Made the top of the folder browser a little
prettier.
* mail-display.c, mail-vfolder.c: Made more dialogs resizable.
svn path=/trunk/; revision=6126
Diffstat (limited to 'mail/mail-display.c')
-rw-r--r-- | mail/mail-display.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-display.c b/mail/mail-display.c index c2e576dec5..f98244b655 100644 --- a/mail/mail-display.c +++ b/mail/mail-display.c @@ -71,6 +71,7 @@ write_data_to_file (CamelMimePart *part, const char *name, gboolean unique) NULL); text = gtk_label_new (_("A file by that name already exists.\nOverwrite it?")); gtk_box_pack_start (GTK_BOX (GNOME_DIALOG (dlg)->vbox), text, TRUE, TRUE, 4); + gtk_window_set_policy(GTK_WINDOW(dlg), FALSE, TRUE, FALSE); gtk_widget_show (text); if (gnome_dialog_run_and_close (GNOME_DIALOG (dlg)) != 0) |