From: <hep...@us...> - 2011-03-03 04:25:31
|
Revision: 1267 http://qterm.svn.sourceforge.net/qterm/?rev=1267&view=rev Author: hephooey Date: 2011-03-03 04:25:25 +0000 (Thu, 03 Mar 2011) Log Message: ----------- Group the action before we call it in loadToolbars Modified Paths: -------------- trunk/qterm-qt4/src/qtermframe.cpp Modified: trunk/qterm-qt4/src/qtermframe.cpp =================================================================== --- trunk/qterm-qt4/src/qtermframe.cpp 2011-03-03 04:25:19 UTC (rev 1266) +++ trunk/qterm-qt4/src/qtermframe.cpp 2011-03-03 04:25:25 UTC (rev 1267) @@ -128,6 +128,7 @@ //create a progress bar to notify the download process m_pStatusBar = new QTerm::StatusBar(statusBar(), "mainStatusBar"); statusBar()->addWidget(m_pStatusBar, 0); + groupActions(); initShortcuts(); @@ -159,7 +160,6 @@ connectButton->setMenu(connectMenu); connectButton->setPopupMode(QToolButton::InstantPopup); - groupActions(); installEventFilter(this); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |