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

When private window is created (another user is talking), WeeChat does not switch to this window

This commit is contained in:
Sebastien Helleu
2003-12-31 16:00:20 +00:00
parent 0708f1a571
commit fd3e94070a
26 changed files with 64 additions and 44 deletions
+1 -1
View File
@@ -585,7 +585,7 @@ server_auto_connect ()
{
if (ptr_server->autoconnect)
{
gui_window_new (ptr_server, NULL);
gui_window_new (ptr_server, NULL, 1);
if (server_connect (ptr_server))
irc_login (ptr_server);
}