author | rubidium |
Sun, 13 Apr 2008 11:15:48 +0000 | |
changeset 8913 | dd9b023c9f23 |
parent 8912 | f8cb564a6109 |
child 8914 | 6bbc5f1455f7 |
src/news_gui.cpp | file | annotate | diff | comparison | revisions |
--- a/src/news_gui.cpp Sun Apr 13 10:32:29 2008 +0000 +++ b/src/news_gui.cpp Sun Apr 13 11:15:48 2008 +0000 @@ -998,6 +998,7 @@ if (_total_news == 0) { assert(_latest_news == _oldest_news); _latest_news = INVALID_NEWS; + _current_news = INVALID_NEWS; } /* Since we only imitate a FIFO removing an arbitrary element does need