From f587d7c421ac42841390b7c877e00e7577f2914d Mon Sep 17 00:00:00 2001
From: hdallard <hdallard@laas.fr>
Date: Mon, 1 Aug 2016 17:05:54 +0200
Subject: [PATCH] Update to changes

---
 pyplugins/gepetto/gui/pythonwidget.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyplugins/gepetto/gui/pythonwidget.py b/pyplugins/gepetto/gui/pythonwidget.py
index fbac02c..6a7c543 100644
--- a/pyplugins/gepetto/gui/pythonwidget.py
+++ b/pyplugins/gepetto/gui/pythonwidget.py
@@ -92,7 +92,7 @@ class Plugin(QtGui.QDockWidget):
 
     ### If present, this function is called when a new OSG Widget is created.
     def osgWidget(self, osgWindow):
-        osgWindow.connect('selected(QString,QVector3D)', self.selected)
+        osgWindow.connect('clicked(QString,QVector3D)', self.selected)
 
     def resetConnection(self):
         self.client = Client()
-- 
GitLab