mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Really make actlist_sort = level match active_window ordering.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4800 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e2362f7884
commit
2e78cb54e0
@ -180,11 +180,6 @@ static void sig_statusbar_activity_hilight(WINDOW_REC *window, gpointer oldlevel
|
||||
|
||||
if (actlist_sort == 2) {
|
||||
if (node != NULL) {
|
||||
if (window->data_level == GPOINTER_TO_INT(oldlevel)) {
|
||||
if (window->hilight_color != 0)
|
||||
statusbar_items_redraw("act");
|
||||
return;
|
||||
}
|
||||
activity_list = g_list_delete_link(activity_list, node);
|
||||
}
|
||||
if (window->data_level != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user