[evolution-patches] fix for evo-mailer bug #64974



http://bugzilla.ximian.com/show_bug.cgi?id=64974

the only way to fix this currently is to revert the use of
gtkfilechooser and use gtkfilesel for Path selection in the account
druid/editor dialogs because the user needs to be able to select files
*or* folders.

(this is not a Maildir-only problem, providers like MBox spool llow the
user to point to a toplevel directory or a singular mbox file)

without this fix users won't be able to configure Maildir or Mbox spool
accounts...which is a kind of a required thing to be able to do.

Jeff

-- 
Jeffrey Stedfast
Evolution Hacker - Novell, Inc.
fejj ximian com  - www.novell.com
? 55303-2.patch
? 55303.patch
? 59717.patch
? 62377.patch
? 62665.patch
? 62771-mailer.patch
? 62812.patch
? 63177.patch
? 63377.patch
? 64974.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3449
diff -u -r1.3449 ChangeLog
--- ChangeLog	2 Sep 2004 20:10:01 -0000	1.3449
+++ ChangeLog	3 Sep 2004 17:48:36 -0000
@@ -1,3 +1,9 @@
+2004-09-03  Jeffrey Stedfast  <fejj novell com>
+
+	* mail-config.glade: Revert the use of gtkfilechooser for Path
+	selection because otherwise users won't be able to select
+	directory pathnames. Fixes bug #64974.
+
 2004-09-01  Jeffrey Stedfast  <fejj novell com>
 
 	Fix for bug #63377 and prevention of similar cases.
Index: mail-config.glade
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-config.glade,v
retrieving revision 1.148
diff -u -r1.148 mail-config.glade
--- mail-config.glade	12 Aug 2004 20:40:11 -0000	1.148
+++ mail-config.glade	3 Sep 2004 17:48:37 -0000
@@ -1230,7 +1230,7 @@
 				  <property name="browse_dialog_title" translatable="yes">Mailbox location</property>
 				  <property name="directory_entry">False</property>
 				  <property name="modal">False</property>
-				  <property name="use_filechooser">True</property>
+				  <property name="use_filechooser">False</property>
 
 				  <child internal-child="entry">
 				    <widget class="GtkEntry" id="source_path">

Attachment: smime.p7s
Description: S/MIME cryptographic signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]