mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 01:22:26 +02: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
1 changed files with 0 additions and 5 deletions
|
|
@ -180,11 +180,6 @@ static void sig_statusbar_activity_hilight(WINDOW_REC *window, gpointer oldlevel
|
||||||
|
|
||||||
if (actlist_sort == 2) {
|
if (actlist_sort == 2) {
|
||||||
if (node != NULL) {
|
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);
|
activity_list = g_list_delete_link(activity_list, node);
|
||||||
}
|
}
|
||||||
if (window->data_level != 0)
|
if (window->data_level != 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue