aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-16 07:54:20 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-09-16 07:54:20 +0000
commit9cc2ff3741a5d46018d5e130a910b2a6907621c8 (patch)
treec71b562ac3f285cc09d3af8a67386c0b20903567 /src/mainwindow.c
parent0690f3f9c67c82b806d12b9b40017ad3b0622a95 (diff)
modified the display of folder view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@589 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index 745740ee..3edf1213 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -1149,6 +1149,8 @@ void main_window_reflect_prefs_all(void)
else
gtk_widget_show(mainwin->exec_btn);
+ folderview_reflect_prefs(mainwin->folderview);
+
headerview_set_visibility(mainwin->messageview->headerview,
prefs_common.display_header_pane);