diff options
author | Timo Sirainen <cras@irssi.org> | 2000-08-12 16:40:39 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2000-08-12 16:40:39 +0000 |
commit | 9e5926c2072422513ccb61af542bb1986608aed1 (patch) | |
tree | 605c7be5e0329256c2abd2886194e1b27c81a4f0 /src/fe-text/mainwindows.c | |
parent | 6675cec4599216f3b5942cbd83b48dd41b8c7f01 (diff) | |
download | irssi-9e5926c2072422513ccb61af542bb1986608aed1.zip |
Don't trigger window activity if window is already visible in some
other split window.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@592 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-text/mainwindows.c')
-rw-r--r-- | src/fe-text/mainwindows.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-text/mainwindows.c b/src/fe-text/mainwindows.c index 260b4dad..c1164054 100644 --- a/src/fe-text/mainwindows.c +++ b/src/fe-text/mainwindows.c @@ -1,7 +1,7 @@ /* - gui-mainwindows.c : irssi + mainwindows.c : irssi - Copyright (C) 1999 Timo Sirainen + Copyright (C) 1999-2000 Timo Sirainen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |