From bf166a12fba39baa7d17ffd40c2a32131f8689c5 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 19 Mar 2014 08:33:29 +0000 Subject: made the display period of notification window configurable. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3355 ee746299-78ed-0310-b773-934348b2243d --- src/inc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inc.c') 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); -- cgit v1.2.3