UI/BrowserModel.py

branch
5_3_x
changeset 2333
704cba4b4681
parent 2302
f29e9405c851
child 2409
df3820f08247
child 3163
9f50365a0870
diff -r e0b023d62b10 -r 704cba4b4681 UI/BrowserModel.py
--- a/UI/BrowserModel.py	Sat Jan 12 14:37:05 2013 +0100
+++ b/UI/BrowserModel.py	Sat Jan 12 16:41:51 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