From 290a31ff2f0027d043fdd92880ae5730fd484b04 Mon Sep 17 00:00:00 2001 From: hiro Date: Tue, 31 Jan 2006 02:45:20 +0000 Subject: the size of address book is now remembered. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@946 ee746299-78ed-0310-b773-934348b2243d --- libsylph/prefs_common.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libsylph/prefs_common.c') 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}, -- cgit v1.2.3