mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 05:06:21 +00:00
Fix room notification reminders
This commit is contained in:
@@ -622,7 +622,7 @@ wins_do_notify_remind(void)
|
||||
|
||||
while (curr) {
|
||||
ProfWin *window = curr->data;
|
||||
if (win_notify(window)) {
|
||||
if (win_notify_remind(window)) {
|
||||
g_list_free(values);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user