mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
statusbar is now also updated for connecting-servers.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2922 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
a83366069f
commit
3dda9ab2df
3 changed files with 15 additions and 5 deletions
|
|
@ -699,8 +699,9 @@ void statusbar_item_default_handler(SBAR_ITEM_REC *item, int get_size_only,
|
|||
server = NULL;
|
||||
wiitem = NULL;
|
||||
} else {
|
||||
server = active_win->active_server;
|
||||
wiitem = active_win->active;
|
||||
server = active_win->active_server != NULL ?
|
||||
active_win->active_server : active_win->connect_server;
|
||||
wiitem = active_win->active;
|
||||
}
|
||||
|
||||
/* expand templates */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue