--- a/UI/BrowserModel.py Thu Jan 10 19:15:10 2013 +0100 +++ b/UI/BrowserModel.py Sat Jan 12 18:44:39 2013 +0100 @@ -1002,10 +1002,10 @@ self._populated = False self._lazyPopulation = True self._moduleName = os.path.basename(finfo) + elif self.isSvgFile(): + pixName = "fileSvg.png" elif self.isPixmapFile(): pixName = "filePixmap.png" - elif self.isSvgFile(): - pixName = "fileSvg.png" elif self.isDFile(): pixName = "fileD.png" else: