--- a/UI/BrowserModel.py Sat Oct 19 12:28:12 2013 +0200 +++ b/UI/BrowserModel.py Sat Oct 19 13:03:39 2013 +0200 @@ -573,7 +573,7 @@ if "@@Coding@@" in keys: node = BrowserCodingItem( parentItem, - QApplication.translate("BrowserModel", "Coding: {0}")\ + QApplication.translate("BrowserModel", "Coding: {0}") .format(dict["@@Coding@@"].coding)) self._addItem(node, parentItem) if "@@Globals@@" in keys: @@ -1296,8 +1296,8 @@ else: self.icon = UI.PixmapCache.getIcon("class.png") if self._classObject and \ - (self._classObject.methods or \ - self._classObject.classes or \ + (self._classObject.methods or + self._classObject.classes or self._classObject.attributes): self._populated = False self._lazyPopulation = True