UI/BrowserModel.py

changeset 2334
fc69ad77e18a
parent 2302
f29e9405c851
child 2409
df3820f08247
child 3163
9f50365a0870
--- 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:

eric ide

mercurial