Skip to content

Commit

Permalink
clear collected plugins path before collecting svg path
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Jan 22, 2012
1 parent ddb51fe commit 9f30f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsoptions.cpp
Expand Up @@ -520,6 +520,7 @@ void QgsOptions::saveOptions()
settings.setValue( "plugins/searchPathsForPlugins", myPaths );

//search directories for svgs
myPath.clear();
for ( int i = 0; i < mListSVGPaths->count(); ++i )
{
if ( i != 0 )
Expand Down

0 comments on commit 9f30f01

Please sign in to comment.