mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
window_[add|remove]_item -> window_item_[add|remove]
added window_item_destroy(), window_item_remove() doesn't destroy the item anymore window_find_item()'s first parameter changed from WINDOW_REC to SERVER_REC git-svn-id: http://svn.irssi.org/repos/irssi/trunk@922 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ed550c01d1
commit
df94b9a44c
10 changed files with 62 additions and 58 deletions
|
|
@ -127,7 +127,7 @@ static void cmd_window_goto(const char *data)
|
|||
if (g_strcasecmp(data, "active") == 0)
|
||||
window = window_highest_activity(active_win);
|
||||
else
|
||||
window = window_find_item(active_win, data);
|
||||
window = window_find_item(active_win->active_server, data);
|
||||
|
||||
if (window != NULL)
|
||||
window_set_active(window);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue