diff options
author | Jason Leach <jleach@ximian.com> | 2001-08-03 03:13:12 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-08-03 03:13:12 +0800 |
commit | 3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99 (patch) | |
tree | 16d369ea6f203b21d37fc8de377295392b97d49d /mail | |
parent | 6752871a360830f247f893507c872f490f8955e0 (diff) | |
download | gsoc2013-evolution-3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99.tar gsoc2013-evolution-3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99.tar.gz gsoc2013-evolution-3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99.tar.bz2 gsoc2013-evolution-3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99.tar.lz gsoc2013-evolution-3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99.tar.xz gsoc2013-evolution-3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99.tar.zst gsoc2013-evolution-3a8f7814993d2ed11d0d74e9d0bf91ca7e0f8d99.zip |
Set history_id's for the sig and html sig gnome file entry boxes so it can
2001-08-02 Jason Leach <jleach@ximian.com>
* mail-config.glade: Set history_id's for the sig and html sig
gnome file entry boxes so it can persist history, also add titles
to the dialogs that popup when you click the "Browse..." button.
Bug #5595.
svn path=/trunk/; revision=11594
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 8 | ||||
-rw-r--r-- | mail/mail-config.glade | 4 |
2 files changed, 11 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5e922d8c64..26cc53a474 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-08-02 Jason Leach <jleach@ximian.com> + + * mail-config.glade: Set history_id's for the sig and html sig + gnome file entry boxes so it can persist history, also add titles + to the dialogs that popup when you click the "Browse..." button. + Bug #5595. + 2001-08-02 Jeffrey Stedfast <fejj@ximian.com> * mail-vfolder.c (vfolder_create_storage): Connect to the @@ -92,7 +99,6 @@ * mail-account-gui.c (mail_account_gui_new): Restore old security settings from the saved configuration. Fixes bug #5710. ->>>>>>> 1.1477 2001-07-30 Not Zed <NotZed@Ximian.com> * mail-session.c (do_register_timeout): Actually add the timeout, diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 7cd1e072d7..07ffd530df 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -466,7 +466,9 @@ Click "Finish" to save your settings.</text> <widget> <class>GnomeFileEntry</class> <name>fileentry_signature</name> + <history_id>sig-file-gnome-entry</history_id> <max_saved>10</max_saved> + <title>Signature file:</title> <directory>False</directory> <modal>False</modal> <child> @@ -548,7 +550,9 @@ Click "Finish" to save your settings.</text> <widget> <class>GnomeFileEntry</class> <name>fileentry_html_signature</name> + <history_id>html-sig-file-gnome-entry</history_id> <max_saved>10</max_saved> + <title>HTML signature file:</title> <directory>False</directory> <modal>False</modal> <child> |