Skip to content

Commit 9f30f01

Browse files
committedJan 22, 2012
clear collected plugins path before collecting svg path
1 parent ddb51fe commit 9f30f01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/app/qgsoptions.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,7 @@ void QgsOptions::saveOptions()
520520
settings.setValue( "plugins/searchPathsForPlugins", myPaths );
521521

522522
//search directories for svgs
523+
myPath.clear();
523524
for ( int i = 0; i < mListSVGPaths->count(); ++i )
524525
{
525526
if ( i != 0 )

0 commit comments

Comments
 (0)
Please sign in to comment.