1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

Fixed refrech bug when changing channel modes

This commit is contained in:
Sebastien Helleu
2005-07-31 12:29:49 +00:00
parent 38fa7c93ac
commit 10d7c6c34a
4 changed files with 4 additions and 2 deletions
+1
View File
@@ -5,6 +5,7 @@ ChangeLog - 2005-07-31
Version 0.1.5 (under dev!):
* fixed refrech bug when changing channel modes
* jump to next server now saves current channel buffer for each server
* ctrl-up/ctrl-down keys added to call previous/next command in global
history (common to all buffers)
+1 -1
View File
@@ -866,7 +866,7 @@ irc_cmd_recv_mode (t_irc_server *server, char *host, char *arguments)
if (ptr_channel)
{
irc_get_channel_modes (ptr_channel, arguments, host, pos, pos_parm);
gui_draw_buffer_status (ptr_channel->buffer, 0);
gui_draw_buffer_status (ptr_channel->buffer, 1);
}
else
{
+1
View File
@@ -5,6 +5,7 @@ ChangeLog - 2005-07-31
Version 0.1.5 (under dev!):
* fixed refrech bug when changing channel modes
* jump to next server now saves current channel buffer for each server
* ctrl-up/ctrl-down keys added to call previous/next command in global
history (common to all buffers)
+1 -1
View File
@@ -866,7 +866,7 @@ irc_cmd_recv_mode (t_irc_server *server, char *host, char *arguments)
if (ptr_channel)
{
irc_get_channel_modes (ptr_channel, arguments, host, pos, pos_parm);
gui_draw_buffer_status (ptr_channel->buffer, 0);
gui_draw_buffer_status (ptr_channel->buffer, 1);
}
else
{