aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-31 02:45:20 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-31 02:45:20 +0000
commit290a31ff2f0027d043fdd92880ae5730fd484b04 (patch)
tree8f60f5ab047637434a9208a47a88080373f3eb7f /libsylph/prefs_common.c
parent2cd264470b958475c5ffa7153d16f65ee274a826 (diff)
the size of address book is now remembered.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@946 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph/prefs_common.c')
-rw-r--r--libsylph/prefs_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 0f430afd..1d5f64eb 100644
--- a/libsylph/prefs_common.c
+++ b/libsylph/prefs_common.c
@@ -218,6 +218,8 @@ static PrefParam param[] = {
{"compose_y", "32", &prefs_common.compose_y, P_INT},
{"compose_width", "600", &prefs_common.compose_width, P_INT},
{"compose_height", "560", &prefs_common.compose_height, P_INT},
+ {"addressbook_width", "620", &prefs_common.addressbook_width, P_INT},
+ {"addressbook_height", "360", &prefs_common.addressbook_height, P_INT},
/* Message */
{"enable_color", "TRUE", &prefs_common.enable_color, P_BOOL},