# HG changeset patch # User John Donoghue # Date 1381777074 14400 # Node ID 516e1fa636ee557c0e50cdef6b71cef86a00c34a # Parent 8680768efa8a211f791ec41f371e39f95365fdf9 Update news menu selection to display news window (current tab) and update windows menus correctly * libgui/src/main-window.cc (main_window::construct_news_menu): Change news trigger action from show to focus. diff -r 8680768efa8a -r 516e1fa636ee libgui/src/main-window.cc --- a/libgui/src/main-window.cc Mon Oct 14 14:57:54 2013 -0400 +++ b/libgui/src/main-window.cc Mon Oct 14 14:57:54 2013 -0400 @@ -1478,7 +1478,7 @@ this, SLOT (display_release_notes ())); connect (current_news_action, SIGNAL (triggered ()), - news_window, SLOT (show ())); + news_window, SLOT (focus ())); } void