357 |
357 |
358 if status in self.ConflictStates: |
358 if status in self.ConflictStates: |
359 itm.setIcon(self.__statusWorkColumn, |
359 itm.setIcon(self.__statusWorkColumn, |
360 UI.PixmapCache.getIcon( |
360 UI.PixmapCache.getIcon( |
361 os.path.join("VcsPlugins", "vcsGit", "icons", |
361 os.path.join("VcsPlugins", "vcsGit", "icons", |
362 "conflict.png"))) |
362 "conflict.svg"))) |
363 itm.setData(0, self.ConflictRole, status in self.ConflictStates) |
363 itm.setData(0, self.ConflictRole, status in self.ConflictStates) |
364 |
364 |
365 def start(self, fn): |
365 def start(self, fn): |
366 """ |
366 """ |
367 Public slot to start the git status command. |
367 Public slot to start the git status command. |