aboutsummaryrefslogtreecommitdiff
path: root/src/inc.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-19 08:33:29 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-19 08:33:29 +0000
commitbf166a12fba39baa7d17ffd40c2a32131f8689c5 (patch)
tree951bac4dd69fba2c57e378bc4daf390cd8f57bde /src/inc.c
parent394f514c0a07a93ee41e082b01ffbc9606095dae (diff)
made the display period of notification window configurable.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3355 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/inc.c')
-rw-r--r--src/inc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc.c b/src/inc.c
index 1fd0cb31..8f638668 100644
--- a/src/inc.c
+++ b/src/inc.c
@@ -250,7 +250,7 @@ static void inc_finished(MainWindow *mainwin, IncResult *result)
}
}
- notification_window_open(buf, str->str, 5);
+ notification_window_open(buf, str->str, prefs_common.notify_window_period);
}
g_string_free(str, TRUE);