So what does this patch actually do, for the not so gtk-savvy? :-)

/Sune

On Thursday, 17 September, 2009, at 05:20AM, "Yuki KODAMA" 
<endflow....@gmail.com> wrote:
># HG changeset patch
># User Yuki KODAMA <endflow....@gmail.com>
># Date 1253157443 -32400
># Node ID 4aa1f505e81b317d2d2602cf60665a2780d5d1d2
># Parent  4a036396464acbfe611273642448ea9126faedcf
>update: improve UI layout
>
>diff --git a/tortoisehg/hgtk/update.py b/tortoisehg/hgtk/update.py
>--- a/tortoisehg/hgtk/update.py
>+++ b/tortoisehg/hgtk/update.py
>@@ -19,16 +19,16 @@
>
> _branch_tip_ = _('= Current Branch Tip =')
>
>-class UpdateDialog(gtk.Window):
>+class UpdateDialog(gtk.Dialog):
>     """ Dialog to update Mercurial repo """
>     def __init__(self, rev=None):
>         """ Initialize the Dialog """
>-        gtk.Window.__init__(self, gtk.WINDOW_TOPLEVEL)
>+        gtk.Dialog.__init__(self, title=_('Update'),
>+                            buttons=(gtk.STOCK_CLOSE, gtk.RESPONSE_CLOSE))
[...]


------------------------------------------------------------------------------
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