aboutsummaryrefslogtreecommitdiff
path: root/src/account_dialog.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-05-12 08:26:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2011-05-12 08:26:21 +0000
commit2ef02113467afb1cdd4670dc16578549839c1d55 (patch)
tree58f78bac6e35061013078b676a0dd8cf3eb03721 /src/account_dialog.c
parentf749c40fd4c9f8da56cb4a910031fead9a175609 (diff)
increased the prefs buffer size from 1024 to 8192.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2874 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/account_dialog.c')
-rw-r--r--src/account_dialog.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/account_dialog.c b/src/account_dialog.c
index 4d6a537e..0e9cb567 100644
--- a/src/account_dialog.c
+++ b/src/account_dialog.c
@@ -61,8 +61,6 @@ enum
N_COLS
};
-#define PREFSBUFSIZE 1024
-
static struct EditAccount {
GtkWidget *window;