mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
/WINDOW SERVER -unsticky crashed irssi if it was used when you weren't connected to server.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1939 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
59e310c723
commit
4f58b17ecb
2 changed files with 2 additions and 2 deletions
|
|
@ -349,7 +349,7 @@ static void cmd_window_server(const char *data)
|
|||
active_win->servertag != NULL) {
|
||||
g_free_and_null(active_win->servertag);
|
||||
printformat_window(active_win, MSGLEVEL_CLIENTNOTICE,
|
||||
TXT_UNSET_SERVER_STICKY, server->tag);
|
||||
TXT_UNSET_SERVER_STICKY);
|
||||
}
|
||||
|
||||
if (active_win->servertag != NULL &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue