Skip to content

Commit d3a96e9

Browse files
committedJan 21, 2012
clear collected plugins path before collecting svg path
1 parent 88e177a commit d3a96e9

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
@@ -548,6 +548,7 @@ void QgsOptions::saveOptions()
548548
settings.setValue( "plugins/searchPathsForPlugins", myPaths );
549549

550550
//search directories for svgs
551+
myPath.clear();
551552
for ( int i = 0; i < mListSVGPaths->count(); ++i )
552553
{
553554
if ( i != 0 )

0 commit comments

Comments
 (0)
Please sign in to comment.