On Sat, Oct 3, 2009 at 10:32 AM, Sune Foldager <sune.folda...@me.com> wrote:

> # HG changeset patch
> # User Sune Foldager <c...@cyanite.org>
> # Date 1254583325 -7200
> # Node ID 17e213460b42bbc83c6bfc56233d02b05006cea6
> # Parent  020838e360424db9f545063b88cb8d09a0e19805
> update: don't return before all work is done
>
> The Update button used to be an action button, which would make it
> exit out of run() when clicked. When the process was subsequently
> shut down, the in-progress update would, at best, fail.
>
> diff --git a/tortoisehg/hgtk/update.py b/tortoisehg/hgtk/update.py
> --- a/tortoisehg/hgtk/update.py
> +++ b/tortoisehg/hgtk/update.py
> @@ -7,7 +7,7 @@
>  # GNU General Public License version 2, incorporated herein by reference.
>
>  import os
> -import gtk
> +import gtke
>

What is gtke?

As for the rest, I'll wait for Yuki to fix it, this is mostly his dialog
now.

Thanks for bringing attention to the problem.

--
Steve Borho
------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; 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&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to