From 88019e64e1de6966c9cfe26beda537664332d7ec Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 30 Jan 2010 18:34:48 +0000 Subject: (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a parameter for OnClick(). --- src/statusbar_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/statusbar_gui.cpp') diff --git a/src/statusbar_gui.cpp b/src/statusbar_gui.cpp index c4566e44c..f8d853937 100644 --- a/src/statusbar_gui.cpp +++ b/src/statusbar_gui.cpp @@ -200,7 +200,7 @@ struct StatusBarWindow : Window { } } - virtual void OnClick(Point pt, int widget) + virtual void OnClick(Point pt, int widget, int click_count) { switch (widget) { case SBW_MIDDLE: ShowLastNewsMessage(); break; -- cgit v1.2.3-54-g00ecf