aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-18 04:29:17 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-18 04:29:17 +0800
commit6c142ce73aea1fdd88f41beaa64f9ceb2a7ab047 (patch)
treec7830a7c36f03ae38738813b9f351d4884da931e
parent0e68a67b84f6a3a203c579e70eb153f88be0eccd (diff)
downloadgsoc2013-evolution-6c142ce73aea1fdd88f41beaa64f9ceb2a7ab047.tar
gsoc2013-evolution-6c142ce73aea1fdd88f41beaa64f9ceb2a7ab047.tar.gz
gsoc2013-evolution-6c142ce73aea1fdd88f41beaa64f9ceb2a7ab047.tar.bz2
gsoc2013-evolution-6c142ce73aea1fdd88f41beaa64f9ceb2a7ab047.tar.lz
gsoc2013-evolution-6c142ce73aea1fdd88f41beaa64f9ceb2a7ab047.tar.xz
gsoc2013-evolution-6c142ce73aea1fdd88f41beaa64f9ceb2a7ab047.tar.zst
gsoc2013-evolution-6c142ce73aea1fdd88f41beaa64f9ceb2a7ab047.zip
Make the Path: entry into a GnomeFileEntry so you get a nice "Browse..."
2001-07-17 Jason Leach <jleach@ximian.com> * mail-config.glade: Make the Path: entry into a GnomeFileEntry so you get a nice "Browse..." button that pops up a file selector to locate your mbox files. Bug #3501. svn path=/trunk/; revision=11170
-rw-r--r--mail/ChangeLog6
-rw-r--r--mail/mail-config.glade58
2 files changed, 40 insertions, 24 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1dd9b61909..0b329365b1 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2001-07-17 Jason Leach <jleach@ximian.com>
+
+ * mail-config.glade: Make the Path: entry into a GnomeFileEntry so
+ you get a nice "Browse..." button that pops up a file selector to
+ locate your mbox files. Bug #3501.
+
2001-07-17 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (mail_part_toggle_displayed): Cleaned up a bit.
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index c6af4f05f0..d11fae11f3 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -887,30 +887,6 @@ None
</widget>
<widget>
- <class>GtkEntry</class>
- <name>source_path</name>
- <can_focus>True</can_focus>
- <editable>True</editable>
- <text_visible>True</text_visible>
- <text_max_length>0</text_max_length>
- <text></text>
- <child>
- <left_attach>1</left_attach>
- <right_attach>2</right_attach>
- <top_attach>2</top_attach>
- <bottom_attach>3</bottom_attach>
- <xpad>0</xpad>
- <ypad>0</ypad>
- <xexpand>True</xexpand>
- <yexpand>False</yexpand>
- <xshrink>False</xshrink>
- <yshrink>False</yshrink>
- <xfill>True</xfill>
- <yfill>False</yfill>
- </child>
- </widget>
-
- <widget>
<class>GtkLabel</class>
<name>source_path_label</name>
<label>Path:</label>
@@ -958,6 +934,40 @@ None
<yfill>False</yfill>
</child>
</widget>
+
+ <widget>
+ <class>GnomeFileEntry</class>
+ <name>fileentry1</name>
+ <max_saved>10</max_saved>
+ <title>Mailbox location</title>
+ <directory>False</directory>
+ <modal>False</modal>
+ <child>
+ <left_attach>1</left_attach>
+ <right_attach>2</right_attach>
+ <top_attach>2</top_attach>
+ <bottom_attach>3</bottom_attach>
+ <xpad>0</xpad>
+ <ypad>0</ypad>
+ <xexpand>True</xexpand>
+ <yexpand>False</yexpand>
+ <xshrink>False</xshrink>
+ <yshrink>False</yshrink>
+ <xfill>True</xfill>
+ <yfill>False</yfill>
+ </child>
+
+ <widget>
+ <class>GtkEntry</class>
+ <child_name>GnomeEntry:entry</child_name>
+ <name>source_path</name>
+ <can_focus>True</can_focus>
+ <editable>True</editable>
+ <text_visible>True</text_visible>
+ <text_max_length>0</text_max_length>
+ <text></text>
+ </widget>
+ </widget>
</widget>
</widget>