On 19.09.2009 07:57, Yuki KODAMA wrote: > # HG changeset patch > # User Yuki KODAMA <endflow....@gmail.com> > # Date 1253338591 -32400 > # Node ID da8024ee2cb87cb243c82149390052b7da598a09 > # Parent 22647fa3f9d4d66b2cccb8098acc84b4b61e22ad > status: correct alignment of StatusBar component > > diff --git a/tortoisehg/hgtk/status.py b/tortoisehg/hgtk/status.py > --- a/tortoisehg/hgtk/status.py > +++ b/tortoisehg/hgtk/status.py > @@ -421,10 +421,7 @@ > > def get_extras(self): > self.stbar = gtklib.StatusBar() > - hbox = gtk.HBox() > - hbox.pack_start(self.stbar) > - hbox.pack_start(gtk.Label(''), True, True, 2) > - return hbox > + return self.stbar >
Thanks for fixing that. I'm looking forward to Steve applying this patch when he's back online (late afternoon my local time, I have 09:10 AM now) :) ------------------------------------------------------------------------------ Come build with us! The BlackBerry® 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/devconf _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop