# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# Date 1253339651 -32400
# Node ID f52684e023c2a6a8c0a2a4e8ef9e750c8f464764
# Parent  da8024ee2cb87cb243c82149390052b7da598a09
history: use get_extra() feature

also removed horizontal separator.

diff --git a/tortoisehg/hgtk/history.py b/tortoisehg/hgtk/history.py
--- a/tortoisehg/hgtk/history.py
+++ b/tortoisehg/hgtk/history.py
@@ -706,11 +706,11 @@
         vbox = gtk.VBox()
         vbox.pack_start(self.vpaned, True, True)

-        # Append status bar
-        vbox.pack_start(gtk.HSeparator(), False, False)
-        vbox.pack_start(self.stbar, False, False)
         return vbox

+    def get_extras(self):
+        return self.stbar
+
     def realize_settings(self):
         self.vpaned.set_position(self.setting_vpos)
         self.hpaned.set_position(self.setting_hpos)

Attachment: thg-kuy_rev4107.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