1
0
mirror of https://github.com/irssi/irssi.git synced 2024-10-06 04:53:38 -04: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:
Emanuele Giaquinta 2008-04-06 19:07:38 +00:00 committed by exg
parent e2362f7884
commit 2e78cb54e0

View File

@ -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)