aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-19 09:31:52 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-12-19 09:31:52 +0000
commit9e4d5239e9db76f70b59e0af42ffec6700a4c263 (patch)
treeb331f0aaa04b120341cb008e84a1faeb6d21ff0f /libsylph/prefs_common.c
parentdd4cc5ad59b75269648e083aebce4a13522f8f2c (diff)
remember the maximized state.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@838 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 0ab5cb31..963f2d56 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -210,6 +210,9 @@ static PrefParam param[] = {
{"mainwin_height", "600", &prefs_common.mainwin_height, P_INT},
{"messagewin_width", "600", &prefs_common.msgwin_width, P_INT},
{"messagewin_height", "540", &prefs_common.msgwin_height, P_INT},
+
+ {"mainwin_maximized", "FALSE", &prefs_common.mainwin_maximized, P_BOOL},
+
{"sourcewin_width", "600", &prefs_common.sourcewin_width, P_INT},
{"sourcewin_height", "500", &prefs_common.sourcewin_height, P_INT},
{"compose_x", "32", &prefs_common.compose_x, P_INT},