Skip to content

Commit

Permalink
Fix for segfault. Fixted dialog tab order
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@5771 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Sep 7, 2006
1 parent d6a3885 commit 21e4ab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/mapserver_export/qgsmapserverexport.cpp
Expand Up @@ -140,7 +140,7 @@ void QgsMapserverExport::on_buttonOk_clicked()
}
// Get the writeMapFile method from the Qgis2Map class
pmeth = PyObject_GetAttrString(pinst, "writeMapFile");
pargs = Py_BuildValue("( )");
pargs = Py_BuildValue("()");
// Execute the writeMapFile method to parse the QGIS project file and create the .map file
pstr = PyEval_CallObject(pmeth, pargs);
// Show the return value
Expand Down
2 changes: 1 addition & 1 deletion tools/mapserver_export/qgsmapserverexportbase.ui
@@ -1,5 +1,5 @@
<ui version="4.0" >
<author></author>
<author>Gary Sherman</author>
<comment></comment>
<exportmacro></exportmacro>
<class>QgsMapserverExportBase</class>
Expand Down

0 comments on commit 21e4ab8

Please sign in to comment.