Skip to content

Commit 21e4ab8

Browse files
author
gsherman
committed
Fix for segfault. Fixted dialog tab order
git-svn-id: http://svn.osgeo.org/qgis/trunk@5771 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d6a3885 commit 21e4ab8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tools/mapserver_export/qgsmapserverexport.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ void QgsMapserverExport::on_buttonOk_clicked()
140140
}
141141
// Get the writeMapFile method from the Qgis2Map class
142142
pmeth = PyObject_GetAttrString(pinst, "writeMapFile");
143-
pargs = Py_BuildValue("( )");
143+
pargs = Py_BuildValue("()");
144144
// Execute the writeMapFile method to parse the QGIS project file and create the .map file
145145
pstr = PyEval_CallObject(pmeth, pargs);
146146
// Show the return value

tools/mapserver_export/qgsmapserverexportbase.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<ui version="4.0" >
2-
<author></author>
2+
<author>Gary Sherman</author>
33
<comment></comment>
44
<exportmacro></exportmacro>
55
<class>QgsMapserverExportBase</class>

0 commit comments

Comments
 (0)