Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
clear theme combobox
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4891 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 21, 2006
1 parent 279c91e commit 2d0f504
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsoptions.cpp
Expand Up @@ -82,6 +82,7 @@ QgsOptions::QgsOptions(QWidget *parent, Qt::WFlags fl) :
QDir myThemeDir( QgsApplication::pkgDataPath()+"/themes/" );
myThemeDir.setFilter(QDir::Dirs);
QStringList myDirList = myThemeDir.entryList("*");
cmbTheme->clear();
for(int i=0; i < myDirList.count(); i++)
{
if(myDirList[i] != "." && myDirList[i] != "..")
Expand Down

0 comments on commit 2d0f504

Please sign in to comment.