about summary refs log tree commit diff stats
path: root/src/profanity.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-28 00:37:01 +0100
committerJames Booth <boothj5@gmail.com>2012-10-28 00:37:01 +0100
commit44f64bea64f940719cdb66782ff52d6ee92fe8c7 (patch)
tree1e1a0cd69bf5431296cddb57961f2e76211935a4 /src/profanity.c
parentd4fb72f6c9fd4d646afff94db86b7345d6a96d71 (diff)
parent8258e7a3ef13aae1c0c5ee9d77670c827895d4b5 (diff)
downloadprofani-tty-44f64bea64f940719cdb66782ff52d6ee92fe8c7.tar.gz
Merge branch 'master' into chatstates
Diffstat (limited to 'src/profanity.c')
-rw-r--r--src/profanity.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profanity.c b/src/profanity.c
index 3d8235a0..4dd618cb 100644
--- a/src/profanity.c
+++ b/src/profanity.c
@@ -65,7 +65,7 @@ prof_run(const int disable_tls, char *log_level)
 
             gdouble elapsed = g_timer_elapsed(timer, NULL);
 
-            gint remind_period = prefs_get_remind();
+            gint remind_period = prefs_get_notify_remind();
 
             // 0 means to not remind
             if (remind_period > 0 && elapsed >= remind_period) {