diff options
author | Carlos Garnacho Parro <carlosg@gnome.org> | 2004-08-13 04:40:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-08-13 04:40:11 +0800 |
commit | 12327eb65c14e56b58305051f3d8176ee3bf4516 (patch) | |
tree | 5bc71feab113d398dc970756cef3c2b13fa69b5d /mail/mail-config.glade | |
parent | f6110eac13583a5414004b33d9ea154e3848954f (diff) | |
download | gsoc2013-evolution-12327eb65c14e56b58305051f3d8176ee3bf4516.tar.gz gsoc2013-evolution-12327eb65c14e56b58305051f3d8176ee3bf4516.tar.zst gsoc2013-evolution-12327eb65c14e56b58305051f3d8176ee3bf4516.zip |
Optionally use GtkFileChooser if compiled against Gtk+ >= 2.4.0
2004-08-12 Carlos Garnacho Parro <carlosg@gnome.org>
* em-utils.c: Optionally use GtkFileChooser if compiled against
Gtk+ >= 2.4.0
* mail-config.glade: added the "use_filechooser" property to the
various GnomeFileEntries
svn path=/trunk/; revision=26897
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 967a7a6d71..2103e332e5 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -1230,7 +1230,7 @@ For example: "Work" or "Personal"</property> <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">False</property> + <property name="use_filechooser">True</property> <child internal-child="entry"> <widget class="GtkEntry" id="source_path"> @@ -5229,7 +5229,7 @@ For example: "Work" or "Personal"</property> <property name="browse_dialog_title" translatable="yes">Execute Command...</property> <property name="directory_entry">False</property> <property name="modal">False</property> - <property name="use_filechooser">False</property> + <property name="use_filechooser">True</property> <child internal-child="entry"> <widget class="GtkEntry" id="txtNotifyPlaySound"> @@ -8325,7 +8325,7 @@ for display purposes only. </property> <property name="max_saved">10</property> <property name="directory_entry">False</property> <property name="modal">False</property> - <property name="use_filechooser">False</property> + <property name="use_filechooser">True</property> <child internal-child="entry"> <widget class="GtkEntry" id="combo-entry2"> |