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

core: add bar item "buffer_short_name" (task #10882)

This commit is contained in:
Sébastien Helleu
2014-05-16 20:55:56 +02:00
parent 540abf0874
commit b1430131a7
6 changed files with 97 additions and 16 deletions
+1
View File
@@ -4047,6 +4047,7 @@ irc_server_connect (struct t_irc_server *server)
}
weechat_bar_item_update ("buffer_name");
weechat_bar_item_update ("buffer_short_name");
irc_server_set_index_current_address (server,
server->index_current_address);