1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

Fix unread marker set with irc /away command: set unread marker for all servers/channels that are not displayed in a window

This commit is contained in:
Sebastien Helleu
2009-01-25 09:05:13 +01:00
parent f6ebe7a991
commit c36af7eb8d
2 changed files with 9 additions and 3 deletions
+2
View File
@@ -523,6 +523,8 @@ gui_buffer_get_integer (struct t_gui_buffer *buffer, const char *property)
{
if (string_strcasecmp (property, "number") == 0)
return buffer->number;
else if (string_strcasecmp (property, "num_displayed") == 0)
return buffer->num_displayed;
else if (string_strcasecmp (property, "notify") == 0)
return buffer->notify;
else if (string_strcasecmp (property, "lines_hidden") == 0)