aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_common.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-23 05:06:58 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-23 05:06:58 +0000
commite04f6d71cb0f782c82855677d9c3fbabf8b29f51 (patch)
tree874898216842f9c19bb1d248d484a47f7958cf65 /src/prefs_common.c
parentd759c99df0ad6f2b774691c82daf9fc18f57498d (diff)
re-enabled the line number limit of logwindow.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@122 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/prefs_common.c')
-rw-r--r--src/prefs_common.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/prefs_common.c b/src/prefs_common.c
index 459f1d00..3b9d7105 100644
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -653,6 +653,9 @@ static PrefParam param[] = {
P_INT, &other.spinbtn_iotimeout,
prefs_set_data_from_spinbtn, prefs_set_spinbtn},
+ {"logwindow_line_limit", "1000", &prefs_common.logwin_line_limit,
+ P_INT, NULL, NULL, NULL},
+
{NULL, NULL, NULL, P_OTHER, NULL, NULL, NULL}
};