# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# Date 1252463988 -32400
# Node ID bab305821be5cce3559cba10f45482685a6a10ea
# Parent  9be4ab686f0d32eafcf303f1e606c97f6cedfa8c
gorev: remove dialog separator

diff --git a/hggtk/gorev.py b/hggtk/gorev.py
--- a/hggtk/gorev.py
+++ b/hggtk/gorev.py
@@ -21,6 +21,7 @@
         super(GotoRevDialog, self).__init__(flags=gtk.DIALOG_MODAL)
         gtklib.set_tortoise_icon(self, 'menulog.ico')
         gtklib.set_tortoise_keys(self)
+        self.set_has_separator(False)

         self._btn_goto = gtk.Button(_('Select'))
         self._btn_goto.connect('clicked', self._btn_goto_clicked)

Attachment: thg-kuy_rev3912.patch
Description: Binary data

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to