Skip to content

Commit

Permalink
Removed last slash for path to python plugins in home directory.
Browse files Browse the repository at this point in the history
It was the reason why plugins in home dir couldn't be accessed on Windows.


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7867 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jan 8, 2008
1 parent 8c42865 commit d5c948a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgspythonutils.cpp
Expand Up @@ -287,7 +287,7 @@ QString QgsPythonUtils::pluginsPath()

QString QgsPythonUtils::homePluginsPath()
{
return QgsApplication::qgisSettingsDirPath() + "/python/plugins/";
return QgsApplication::qgisSettingsDirPath() + "/python/plugins";
}

QStringList QgsPythonUtils::pluginList()
Expand Down

0 comments on commit d5c948a

Please sign in to comment.