| Summary: | Create New Project should auto-select template on keyboard navigation | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Bernd Pol <bernd.pol> |
| Component: | general | Assignee: | KDevelop Developers <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.0.0a6 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Bernd Pol
2003-09-09 00:11:19 UTC
Fixed in CVS HEAD.
Index: appwizarddlgbase.ui
===================================================================
RCS file: /home/kde/kdevelop/parts/appwizard/appwizarddlgbase.ui,v
retrieving revision 1.9
diff -u -p -r1.9 appwizarddlgbase.ui
--- appwizarddlgbase.ui 13 Jun 2003 02:31:36 -0000 1.9
+++ appwizarddlgbase.ui 8 Sep 2003 22:39:07 -0000
@@ -324,7 +324,7 @@
<connections>
<connection>
<sender>templates_listview</sender>
- <signal>clicked(QListViewItem*)</signal>
+ <signal>selectionChanged(QListViewItem*)</signal>
<receiver>AppWizardDlgBase</receiver>
<slot>templatesTreeViewClicked(QListViewItem*)</slot>
</connection>
|