Fri, 03 Oct 2014 14:36:45 +0200
Merged with Spanish translation update.
--- a/Project/ProjectBrowserModel.py Sat Sep 27 17:10:35 2014 +0200 +++ b/Project/ProjectBrowserModel.py Fri Oct 03 14:36:45 2014 +0200 @@ -883,6 +883,7 @@ itemCache[name] = itm if itm: itm.setVcsState(state) + itm.setVcsStatus(self.project.vcs.vcsName()) index1 = self.createIndex(itm.row(), 0, itm) index2 = self.createIndex( itm.row(), self.rootItem.columnCount(), itm)