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 21, 2012
1 parent 88e177a commit d3a96e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsoptions.cpp
Expand Up @@ -548,6 +548,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 d3a96e9

Please sign in to comment.