Version: 3.0.0a6 (using KDE 3.1.3) Installed from: SuSE Compiler: gcc version 3.3 20030226 (prerelease) (SuSE Linux) OS: Linux (i686) release 2.4.20-4GB-athlon Gideon (CVS of 2003-09-08) does not select a template when I navigate through the tree using the keyboard. Once a template is highlighted on the tree it should be selected and shown in the right hand side info window (preferably after some short delay). In fact, I wasn't able to select a template from my (notepad) keyboard at all. Bernd
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>