mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
Sometimes when changing from split window to another, irssi crashed/messed
up the screen. Happened mostly if the window layout was saved. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2047 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0abb62a471
commit
5802ec5a34
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ static void signal_window_changed(WINDOW_REC *window)
|
|||
active_mainwin->active = window;
|
||||
|
||||
textbuffer_view_set_window(WINDOW_GUI(window)->view,
|
||||
parent->screen_win);
|
||||
active_mainwin->screen_win);
|
||||
if (WINDOW_GUI(window)->view->dirty)
|
||||
active_mainwin->dirty = TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue