# HG changeset patch
# User Peer Sommerlund <p...@users.sourceforge.net>
# Date 1264247111 -3600
# Branch stable
# Node ID 89e8498bf5972cc099b2a3541e95911915c87949
# Parent  61c83812badcf25cbede3df93e29fafbcdc18192
history: let refresh button update url list in sync toolbar

closes #807

diff -r 61c83812badc -r 89e8498bf597 tortoisehg/hgtk/history.py
--- a/tortoisehg/hgtk/history.py        Fri Jan 22 22:26:15 2010 -0600
+++ b/tortoisehg/hgtk/history.py        Sat Jan 23 12:45:11 2010 +0100
@@ -1906,6 +1906,8 @@
         self.reload_log()
 
     def refresh_clicked(self, toolbutton, data=None):
+        self.refreshui()
+        self.update_urllist()
         self.reload_log()
         return True
 

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to