From 3ac5447abeb2e264d383e92c6d2ed06ff6f5a384 Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Sun, 4 May 2014 16:32:10 +0100 Subject: [PATCH] fix news window multiple copies bug --- src/window_news.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window_news.c b/src/window_news.c index 46888608ed..daa4f53939 100644 --- a/src/window_news.c +++ b/src/window_news.c @@ -99,7 +99,7 @@ void window_news_open() 400, 300, window_news_events, - WC_ABOUT, + WC_RECENT_NEWS, 0 ); window->widgets = window_news_widgets;