# HG changeset patch # User Yuki KODAMA <endflow....@gmail.com> # Date 1256370545 -32400 # Branch stable # Node ID 61f35d49e7e7ac49dbd983166861affc077bf163 # Parent d2ddf08854d31984ae18315c0d06517905cc5a76 thgmq: remove redundant refreshing
refresh() should be called by the user of MQWidget obviously. diff --git a/tortoisehg/hgtk/thgmq.py b/tortoisehg/hgtk/thgmq.py --- a/tortoisehg/hgtk/thgmq.py +++ b/tortoisehg/hgtk/thgmq.py @@ -205,9 +205,6 @@ self.qrename_ui(model[paths[0]][MQ_NAME]) self.list.connect('thg-rename', thgrename) - # prepare to show - self.refresh() - ### public functions ### def refresh(self):
thg-kuy_rev4746.patch
Description: Binary data
------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
_______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop