From 5fc7fe9648b8f6c4f2d361e8cc4958ac34402a75 Mon Sep 17 00:00:00 2001 From: smatz Date: Fri, 9 Jan 2009 20:42:17 +0000 Subject: (svn r14940) -Fix: let the statusbar know the current news are invalid or bad things will happen --- src/statusbar_gui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/statusbar_gui.h') diff --git a/src/statusbar_gui.h b/src/statusbar_gui.h index 8003bf6ea..0c3f0eb21 100644 --- a/src/statusbar_gui.h +++ b/src/statusbar_gui.h @@ -11,6 +11,7 @@ enum StatusBarInvalidate SBI_SAVELOAD_FINISH, SBI_SHOW_TICKER, SBI_SHOW_REMINDER, + SBI_NEWS_DELETED, SBI_END }; -- cgit v1.2.3-54-g00ecf