2226 if itm.isHidden(): |
2226 if itm.isHidden(): |
2227 itm.setHidden(False) |
2227 itm.setHidden(False) |
2228 self.logTree.setCurrentItem(itm) |
2228 self.logTree.setCurrentItem(itm) |
2229 else: |
2229 else: |
2230 # load the next batch and try again |
2230 # load the next batch and try again |
|
2231 self.__addFinishCallback(lambda: self.__revisionClicked(url)) |
2231 self.on_nextButton_clicked() |
2232 self.on_nextButton_clicked() |
2232 self.__revisionClicked(url) |
|
2233 |
2233 |
2234 ########################################################################### |
2234 ########################################################################### |
2235 ## Diff handling methods below |
2235 ## Diff handling methods below |
2236 ########################################################################### |
2236 ########################################################################### |
2237 |
2237 |