aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-30 01:44:25 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-07-30 01:44:25 +0000
commit75f37b65e012d413d2417015a40e9c42304d1c25 (patch)
treefc634955a430c64e551bd120814da439b655d28d
parent2920e07a20f8d7814596382a1461cf75b23ffff9 (diff)
made always_show_message_when_selected enable by default.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2643 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog2
-rw-r--r--libsylph/prefs_common.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 77924a44..68fce7d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* src/summaryview.c: summary_selection_changed(): don't clear message
view on multiple selection and always_show_msg mode.
+ * libsylph/prefs_common.c: made always_show_message_when_selected
+ enable by default.
2010-07-29
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 238c5dd5..34c928eb 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -398,7 +398,7 @@ static PrefParam param[] = {
{"separate_folder", "FALSE", &prefs_common.sep_folder, P_BOOL},
{"separate_message", "FALSE", &prefs_common.sep_msg, P_BOOL},
- {"always_show_message_when_selected", "FALSE",
+ {"always_show_message_when_selected", "TRUE",
&prefs_common.always_show_msg, P_BOOL},
{"open_unread_on_enter", "FALSE", &prefs_common.open_unread_on_enter,
P_BOOL},