# 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

     def add_header_checkbox(self, col, post=None, pre=None, toggle=False):
         def cbclick(hdr, cb):

Attachment: thg-kuy_rev4106.patch
Description: Binary data

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