aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-08-10 02:26:46 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-08-10 02:26:46 +0000
commitaa4fdbfbc9a10cb344e3bad9d58fa438bbb4cda0 (patch)
tree5b91a2a3dd950ada0e61a9c5eb455928835cf405 /src/prefs_common_dialog.c
parent30ce92c4bb6af96dfdbd4bb4eeb0cb5df74a684f (diff)
modified Common prefs - Details - Interface.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1124 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common_dialog.c')
-rw-r--r--src/prefs_common_dialog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prefs_common_dialog.c b/src/prefs_common_dialog.c
index 9d1d6323..13f4e311 100644
--- a/src/prefs_common_dialog.c
+++ b/src/prefs_common_dialog.c
@@ -2083,6 +2083,9 @@ static void prefs_details_create(void)
(vbox2, checkbtn_openunread,
_("Open first unread message when entering a folder"));
+ SET_TOGGLE_SENSITIVITY_REV
+ (checkbtn_always_show_msg, checkbtn_openunread);
+
PACK_CHECK_BUTTON
(vbox2, checkbtn_mark_as_read_on_newwin,
_("Only mark message as read when opened in new window"));