# HG changeset patch
# User Simon Heimberg <[email protected]>
# Date 1245669566 -7200
# Node ID 44f4ac4a1767bf23810d5d1fcef4063d32a7a443
# Parent 44d7a44c74f5472838b44dfe0844963d7d201c48
history: update changeset info when selecting a changeset without files
diff -r 44d7a44c74f5 -r 44f4ac4a1767 hggtk/changeset.py
--- a/hggtk/changeset.py Mon Jun 22 13:19:26 2009 +0200
+++ b/hggtk/changeset.py Mon Jun 22 13:19:26 2009 +0200
@@ -112,6 +112,8 @@
self.curnodes = (parent, ctx.node())
if len(self._filelist) > 1:
self._filesel.select_path((1,))
+ else:
+ self._filesel.select_path((0,))
def filelist_rowchanged(self, sel):
model, path = sel.get_selected()
------------------------------------------------------------------------------
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to go? 24-hour hacker lounge. Register today!
http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop