# HG changeset patch # User Yuki KODAMA <[email protected]> # Date 1250493979 -32400 # Node ID 76c7c2b1e9a9a8e02c9000f065d8f79dfd7585aa # Parent cae72dc6aeb3cf98622fd423c5008198cc3b77e6 changeset: set filter name 'custom' to enable
'file history' context menu was broken.
diff --git a/hggtk/changeset.py b/hggtk/changeset.py
--- a/hggtk/changeset.py
+++ b/hggtk/changeset.py
@@ -564,6 +564,7 @@
# send this event to the main app
opts = {'pats' : [self.curfile]}
self.glog_parent.custombutton.set_active(True)
+ self.glog_parent.filter = 'custom'
self.glog_parent.reload_log(**opts)
else:
# Else launch our own glog instance
thg-kuy_rev3605.patch
Description: Binary data
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
