We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed94ea commit d037836Copy full SHA for d037836
python/plugins/mapserver_export/mapserverexport.py
@@ -59,7 +59,7 @@ def initGui(self):
59
self.action = QAction(self.getThemeIcon("mapserver_export.png"), \
60
"MapServer Export", self.iface.mainWindow())
61
# connect the action to the run method
62
- QObject.connect(self.action, SIGNAL("activated()"), self.run)
+ QObject.connect(self.action, SIGNAL("triggered()"), self.run)
63
QObject.connect(self.iface, SIGNAL("currentThemeChanged ( QString )"), self.setCurrentTheme)
64
# Add toolbar button and menu item
65
self.iface.addToolBarIcon(self.action)
0 commit comments