aboutsummaryrefslogtreecommitdiff
path: root/libsylph
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-06 08:53:50 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-03-06 08:53:50 +0000
commite00a33ba1fe858db0571adc5f9e1b486489a523c (patch)
tree84d1a7c193969f7682da2fc74a224774c0c1e0c8 /libsylph
parentecd490d2e97a6f43c8a2d7f9a684f6ec4d0bd3da (diff)
preserve the window position of address book.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1028 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'libsylph')
-rw-r--r--libsylph/prefs_common.c2
-rw-r--r--libsylph/prefs_common.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/prefs_common.c b/libsylph/prefs_common.c
index 6fc160f8..a35fb2f7 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_x", "32", &prefs_common.addressbook_x, P_INT},
+ {"addressbook_y", "32", &prefs_common.addressbook_y, P_INT},
{"addressbook_width", "620", &prefs_common.addressbook_width, P_INT},
{"addressbook_height", "360", &prefs_common.addressbook_height, P_INT},
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index d94cd431..233604b3 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -157,6 +157,8 @@ struct _PrefsCommon
gint compose_width;
gint compose_height;
+ gint addressbook_x;
+ gint addressbook_y;
gint addressbook_width;
gint addressbook_height;