[QGIS Commit] r13278 - trunk/qgis/python/plugins/mapserver_export

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Apr 7 14:09:39 EDT 2010


Author: borysiasty
Date: 2010-04-07 14:09:38 -0400 (Wed, 07 Apr 2010)
New Revision: 13278

Modified:
   trunk/qgis/python/plugins/mapserver_export/mapserverexport.py
Log:
apply patch #1743 from jctull

Modified: trunk/qgis/python/plugins/mapserver_export/mapserverexport.py
===================================================================
--- trunk/qgis/python/plugins/mapserver_export/mapserverexport.py	2010-04-07 14:55:13 UTC (rev 13277)
+++ trunk/qgis/python/plugins/mapserver_export/mapserverexport.py	2010-04-07 18:09:38 UTC (rev 13278)
@@ -59,7 +59,7 @@
     self.action = QAction(self.getThemeIcon("mapserver_export.png"), \
         "MapServer Export", self.iface.mainWindow())
     # connect the action to the run method
-    QObject.connect(self.action, SIGNAL("activated()"), self.run) 
+    QObject.connect(self.action, SIGNAL("triggered()"), self.run) 
     QObject.connect(self.iface, SIGNAL("currentThemeChanged ( QString )"), self.setCurrentTheme)
     # Add toolbar button and menu item
     self.iface.addToolBarIcon(self.action)



More information about the QGIS-commit mailing list