aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
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.h
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.h')
-rw-r--r--libsylph/prefs_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index af484a89..d94cd431 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -157,6 +157,9 @@ struct _PrefsCommon
gint compose_width;
gint compose_height;
+ gint addressbook_width;
+ gint addressbook_height;
+
/* Message */
gboolean enable_color;
gint quote_level1_col;