Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.3rc1, 0.3, and 0.4rc1

hggtk/changeset: catch activation events on '[Description]' row

Changeset 9a1704668ab8

Parent 51c8bfc32a95

by Steve Borho

Changes to one file · Browse files at 9a1704668ab8 Showing diff from parent 51c8bfc32a95 Diff from another changeset...

 
441
442
443
 
 
 
444
445
446
 
441
442
443
444
445
446
447
448
449
@@ -441,6 +441,9 @@
    def _view_file_rev(self, menuitem):   '''User selected view file revision from the file list context menu''' + if not self.curfile: + # ignore view events for the [Description] row + return   rev = self.currev   parents = self.parents   if len(parents) == 0: