QTfrontend/ui/page/pagetraining.cpp
changeset 6183 46895724fd7f
parent 6167 728cabee2c9f
child 6196 c16e84558f71
--- 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()));