Skip to content

Commit d037836

Browse files
author
borysiasty
committed
apply patch #1743 from jctull
git-svn-id: http://svn.osgeo.org/qgis/trunk@13278 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 7ed94ea commit d037836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/plugins/mapserver_export/mapserverexport.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def initGui(self):
5959
self.action = QAction(self.getThemeIcon("mapserver_export.png"), \
6060
"MapServer Export", self.iface.mainWindow())
6161
# connect the action to the run method
62-
QObject.connect(self.action, SIGNAL("activated()"), self.run)
62+
QObject.connect(self.action, SIGNAL("triggered()"), self.run)
6363
QObject.connect(self.iface, SIGNAL("currentThemeChanged ( QString )"), self.setCurrentTheme)
6464
# Add toolbar button and menu item
6565
self.iface.addToolBarIcon(self.action)

0 commit comments

Comments
 (0)