forked from PsychoticNinja/irssi
/window prev didn't work because of small "typo".
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@205 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
00b03e8c01
commit
36421bb11b
@ -273,7 +273,7 @@ static int window_refnum_prev(int refnum)
|
|||||||
WINDOW_REC *rec = tmp->data;
|
WINDOW_REC *rec = tmp->data;
|
||||||
|
|
||||||
if (rec->refnum < refnum && (max == -1 || rec->refnum > max))
|
if (rec->refnum < refnum && (max == -1 || rec->refnum > max))
|
||||||
max = rec->refnum;
|
prev = rec->refnum;
|
||||||
if (max == -1 || rec->refnum > max)
|
if (max == -1 || rec->refnum > max)
|
||||||
max = rec->refnum;
|
max = rec->refnum;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user