From 2864edc6325ba994179b35b6a40d9d053e8805d8 Mon Sep 17 00:00:00 2001 From: Jason Leach Date: Tue, 10 Jul 2001 21:08:02 +0000 Subject: [Bug #4305: Make the automatic mark-as-read timer optional] 2001-07-10 Jason Leach [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 --- mail/mail-config.glade | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'mail/mail-config.glade') 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 - GtkLabel - lblMarkAsRead - - GTK_JUSTIFY_CENTER - False - 0.5 - 0.5 - 4 - 0 + GtkCheckButton + checkMarkTimeout + True + + False + True 0 False -- cgit v1.2.3