aboutsummaryrefslogtreecommitdiff
path: root/src/inc.c
diff options
context:
space:
mode:
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);