diff options
author | James Booth <boothj5@gmail.com> | 2016-02-07 01:15:40 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-02-07 01:15:40 +0000 |
commit | 62b0cdd8fd3e811033f58d39a744d7f7eb973e3c (patch) | |
tree | 43f9acb0313f61980290fbf59f4dada7b9128ee9 /tests/unittests | |
parent | abc2f0de39e39638fc519ad38de55d5ce0d93f28 (diff) | |
download | profani-tty-62b0cdd8fd3e811033f58d39a744d7f7eb973e3c.tar.gz |
Fix room notification reminders
Diffstat (limited to 'tests/unittests')
-rw-r--r-- | tests/unittests/ui/stub_ui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittests/ui/stub_ui.c b/tests/unittests/ui/stub_ui.c index 521431b8..40467c6e 100644 --- a/tests/unittests/ui/stub_ui.c +++ b/tests/unittests/ui/stub_ui.c @@ -497,7 +497,7 @@ ProfWin* win_create_private(const char * const fulljid) void win_update_virtual(ProfWin *window) {} void win_free(ProfWin *window) {} -gboolean win_notify(ProfWin *window) +gboolean win_notify_remind(ProfWin *window) { return TRUE; } |