changeset 17660:516e1fa636ee

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.
author John Donoghue <john.donoghue@ieee.org>
date Mon, 14 Oct 2013 14:57:54 -0400
parents 8680768efa8a
children 1978a6c76aa9
files libgui/src/main-window.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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