Fixed bug with status bar (missing refresh) when closing a buffer
This commit is contained in:
parent
37e4e1f011
commit
3e2349481c
@ -5,6 +5,7 @@ ChangeLog - 2007-01-01
|
|||||||
|
|
||||||
|
|
||||||
Version 0.2.2 (under dev!):
|
Version 0.2.2 (under dev!):
|
||||||
|
* fixed bug with status bar (missing refresh) when closing a buffer
|
||||||
* fixed bug with use of first buffer for a channel if not connected
|
* fixed bug with use of first buffer for a channel if not connected
|
||||||
to server (now allowed only for a server buffer)
|
to server (now allowed only for a server buffer)
|
||||||
* fixed refresh bug with private buffer title
|
* fixed refresh bug with private buffer title
|
||||||
|
@ -545,6 +545,8 @@ gui_buffer_free (t_gui_buffer *buffer, int switch_to_another)
|
|||||||
if (!gui_buffers && create_new && switch_to_another)
|
if (!gui_buffers && create_new && switch_to_another)
|
||||||
(void) gui_buffer_new (gui_windows, NULL, NULL,
|
(void) gui_buffer_new (gui_windows, NULL, NULL,
|
||||||
BUFFER_TYPE_STANDARD, 1);
|
BUFFER_TYPE_STANDARD, 1);
|
||||||
|
|
||||||
|
gui_status_draw (gui_current_window->buffer, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -5,6 +5,7 @@ ChangeLog - 2007-01-01
|
|||||||
|
|
||||||
|
|
||||||
Version 0.2.2 (under dev!):
|
Version 0.2.2 (under dev!):
|
||||||
|
* fixed bug with status bar (missing refresh) when closing a buffer
|
||||||
* fixed bug with use of first buffer for a channel if not connected
|
* fixed bug with use of first buffer for a channel if not connected
|
||||||
to server (now allowed only for a server buffer)
|
to server (now allowed only for a server buffer)
|
||||||
* fixed refresh bug with private buffer title
|
* fixed refresh bug with private buffer title
|
||||||
|
@ -545,6 +545,8 @@ gui_buffer_free (t_gui_buffer *buffer, int switch_to_another)
|
|||||||
if (!gui_buffers && create_new && switch_to_another)
|
if (!gui_buffers && create_new && switch_to_another)
|
||||||
(void) gui_buffer_new (gui_windows, NULL, NULL,
|
(void) gui_buffer_new (gui_windows, NULL, NULL,
|
||||||
BUFFER_TYPE_STANDARD, 1);
|
BUFFER_TYPE_STANDARD, 1);
|
||||||
|
|
||||||
|
gui_status_draw (gui_current_window->buffer, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user