--- a/QTfrontend/ui/page/pagetraining.cpp Sat Oct 22 10:52:07 2011 +0200
+++ b/QTfrontend/ui/page/pagetraining.cpp Sat Oct 22 10:59:06 2011 +0200
@@ -104,7 +104,7 @@
void PageTraining::connectSignals()
{
connect(lstMissions, SIGNAL(currentItemChanged(QListWidgetItem*, QListWidgetItem*)), this, SLOT(updateInfo()));
- connect(lstMissions, SIGNAL(clicked()), this, SLOT(updateInfo()));
+ connect(lstMissions, SIGNAL(itemClicked(QListWidgetItem*)), this, SLOT(updateInfo()));
connect(lstMissions, SIGNAL(itemDoubleClicked(QListWidgetItem*)), this, SLOT(startSelected()));
connect(btnPreview, SIGNAL(clicked()), this, SLOT(startSelected()));
connect(btnStart, SIGNAL(clicked()), this, SLOT(startSelected()));