about summary refs log tree commit diff stats
path: root/src/window_list.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-04 00:21:38 +0000
committerJames Booth <boothj5@gmail.com>2016-02-04 00:21:38 +0000
commit834226560707358c47d85d16bd85a49e218ef2d8 (patch)
treea783a5d55a168ab72099e1f85bb274f65f8a8fbf /src/window_list.c
parentbab75cae155b9a6b55afe404f674b7edc3eb8fa1 (diff)
downloadprofani-tty-834226560707358c47d85d16bd85a49e218ef2d8.tar.gz
Removed unused arg: prefs_do_chat_notify()
Diffstat (limited to 'src/window_list.c')
-rw-r--r--src/window_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window_list.c b/src/window_list.c
index 62576b84..bfd1f422 100644
--- a/src/window_list.c
+++ b/src/window_list.c
@@ -589,7 +589,7 @@ wins_new_private(const char *const fulljid)
 }
 
 gboolean
-wins_get_notify(void)
+wins_do_notify_remind(void)
 {
     GList *values = g_hash_table_get_values(windows);
     GList *curr = values;