diff options
| -rwxr-xr-x | vchat-ui.c | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -560,9 +560,9 @@ doscroll ( int up ) { | |||
| 560 | togglequery(); | 560 | togglequery(); |
| 561 | 561 | ||
| 562 | if( private && (destwin == channel) ) | 562 | if( private && (destwin == channel) ) |
| 563 | topicline( NULL); | ||
| 564 | else | ||
| 565 | consoleline( NULL); | 563 | consoleline( NULL); |
| 564 | else | ||
| 565 | topicline( NULL); | ||
| 566 | } | 566 | } |
| 567 | } | 567 | } |
| 568 | 568 | ||
