[Bug 81009] gui problem: unable to press enter at last step in new project wizard
Alexander Dymo
adymo at kdevelop.org
Sat Dec 16 13:27:49 UTC 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=81009
adymo kdevelop org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From adymo kdevelop org 2006-12-16 14:27 -------
SVN commit 614132 by dymo:
Sometimes it takes 2.5 years to write two lines of code :)
Make finish button default at the last page of app wizard.
BUG: 81009
M +3 -0 appwizarddlg.cpp
--- branches/kdevelop/3.4/parts/appwizard/appwizarddlg.cpp #614131:614132
@ -1046,7 +1046,10 @
{
kdDebug(9010) << "AppWizardDialog::pageChanged()" << endl;
projectLocationChanged();
+ if (currentPage() == m_lastPage)
+ finishButton()->setDefault(true);
+
//it is possible that project name was changed - we need to update all vcs integrator dialogs
for (QMap<int, VCSDialog*>::iterator it = m_integratorDialogs.begin();
it != m_integratorDialogs.end(); ++it)
More information about the KDevelop-devel
mailing list