# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# Date 1255074243 -32400
# Node ID e9e64c3b31ddfeef4c8e4ba013123ee90663aaec
# Parent  6078f631b12ab716e609ced3c004256b4067440c
histdetails: remove dialog separator

diff --git a/tortoisehg/hgtk/histdetails.py b/tortoisehg/hgtk/histdetails.py
--- a/tortoisehg/hgtk/histdetails.py
+++ b/tortoisehg/hgtk/histdetails.py
@@ -17,6 +17,7 @@
     def __init__(self, model, apply_func):
         super(LogDetailsDialog, self).__init__(
             flags=gtk.DIALOG_MODAL)
+        self.set_has_separator(False)
         self.connect('response', self.dialog_response)

         self.apply_func = apply_func

Attachment: thg-kuy_rev4495.patch
Description: Binary data

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) 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/devconference
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to