aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.c
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-25 03:55:53 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-25 03:55:53 +0800
commit1ec137b9d68f02523919059d9bc4c22dea581c07 (patch)
tree0218e3e6be8af0004ad67797f650907962d77da2 /mail/mail-config.c
parentb49ab03540d3b576f071f7c28bfd7ac5502dcfcb (diff)
downloadgsoc2013-evolution-1ec137b9d68f02523919059d9bc4c22dea581c07.tar
gsoc2013-evolution-1ec137b9d68f02523919059d9bc4c22dea581c07.tar.gz
gsoc2013-evolution-1ec137b9d68f02523919059d9bc4c22dea581c07.tar.bz2
gsoc2013-evolution-1ec137b9d68f02523919059d9bc4c22dea581c07.tar.lz
gsoc2013-evolution-1ec137b9d68f02523919059d9bc4c22dea581c07.tar.xz
gsoc2013-evolution-1ec137b9d68f02523919059d9bc4c22dea581c07.tar.zst
gsoc2013-evolution-1ec137b9d68f02523919059d9bc4c22dea581c07.zip
get_boolean_with_default for the "Mark as read" timeout, not
2001-07-24 Jason Leach <jleach@ximian.com> * mail-config.c (config_read): get_boolean_with_default for the "Mark as read" timeout, not get_long_with_default. Fixes #5176. svn path=/trunk/; revision=11352
Diffstat (limited to 'mail/mail-config.c')
-rw-r--r--mail/mail-config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-config.c b/mail/mail-config.c
index dd5ec54e87..ada42089ec 100644
--- a/mail/mail-config.c
+++ b/mail/mail-config.c
@@ -483,8 +483,8 @@ config_read (void)
config->db, "/Mail/Display/citation_color", 0x737373, NULL);
/* Mark as seen toggle */
- config->do_seen_timeout = bonobo_config_get_long_with_default (config->db,
- "/Mail/Display/do_seen_timeout", TRUE, NULL);
+ config->do_seen_timeout = bonobo_config_get_boolean_with_default (
+ config->db, "/Mail/Display/do_seen_timeout", TRUE, NULL);
/* Mark as seen timeout */
config->seen_timeout = bonobo_config_get_long_with_default (config->db,