aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.glade
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-11 05:08:02 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-11 05:08:02 +0800
commit2864edc6325ba994179b35b6a40d9d053e8805d8 (patch)
tree0186cc996d68660c1f8e0e0e28c78939c886f9ff /mail/mail-config.glade
parentb2716b04c952a71d385a07c32c36269024a57ea4 (diff)
downloadgsoc2013-evolution-2864edc6325ba994179b35b6a40d9d053e8805d8.tar
gsoc2013-evolution-2864edc6325ba994179b35b6a40d9d053e8805d8.tar.gz
gsoc2013-evolution-2864edc6325ba994179b35b6a40d9d053e8805d8.tar.bz2
gsoc2013-evolution-2864edc6325ba994179b35b6a40d9d053e8805d8.tar.lz
gsoc2013-evolution-2864edc6325ba994179b35b6a40d9d053e8805d8.tar.xz
gsoc2013-evolution-2864edc6325ba994179b35b6a40d9d053e8805d8.tar.zst
gsoc2013-evolution-2864edc6325ba994179b35b6a40d9d053e8805d8.zip
[Bug #4305: Make the automatic mark-as-read timer optional]
2001-07-10 Jason Leach <jleach@ximian.com> [Bug #4305: Make the automatic mark-as-read timer optional] * mail-config.glade: Necessary changes to make the Mark as "Read" label a toggle button instead. * mail-accounts.c (construct): Connect to the "toggled" on our new toggle. (timeout_toggled): New callback, called from above. * mail-config.c (mail_config_get_do_seen_timeout): New. (mail_config_set_do_seen_timeout): New. (mail_config_write_on_exit): Save the preference here. (config_read): Load it here. svn path=/trunk/; revision=10973
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r--mail/mail-config.glade15
1 files changed, 6 insertions, 9 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index f0590975ef..c6af4f05f0 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -2434,15 +2434,12 @@ Kerberos
</child>
<widget>
- <class>GtkLabel</class>
- <name>lblMarkAsRead</name>
- <label>Mark messages as &quot;Read&quot; after:</label>
- <justify>GTK_JUSTIFY_CENTER</justify>
- <wrap>False</wrap>
- <xalign>0.5</xalign>
- <yalign>0.5</yalign>
- <xpad>4</xpad>
- <ypad>0</ypad>
+ <class>GtkCheckButton</class>
+ <name>checkMarkTimeout</name>
+ <can_focus>True</can_focus>
+ <label>Mark messages as &quot;Read&quot; after</label>
+ <active>False</active>
+ <draw_indicator>True</draw_indicator>
<child>
<padding>0</padding>
<expand>False</expand>