# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# 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

Attachment: 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
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to