We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent d91889a commit dd7b187Copy full SHA for dd7b187
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