# HG changeset patch
# User Yuki KODAMA <endflow....@gmail.com>
# Date 1257144292 -32400
# Branch stable
# Node ID 478df75114df63775653ff71d997fc80c447d0b1
# Parent  b4d739c514adcdb8a4ac83ce873239ae1f2507dd
thgconfig: fix button orders

diff --git a/tortoisehg/hgtk/thgconfig.py b/tortoisehg/hgtk/thgconfig.py
--- a/tortoisehg/hgtk/thgconfig.py
+++ b/tortoisehg/hgtk/thgconfig.py
@@ -259,8 +259,8 @@

     def __init__(self, path, alias, list):
         gtk.Dialog.__init__(self, parent=None, flags=gtk.DIALOG_MODAL,
-                          buttons=(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL,
-                              gtk.STOCK_OK, gtk.RESPONSE_OK))
+                          buttons=(gtk.STOCK_OK, gtk.RESPONSE_OK,
+                              gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL))
         gtklib.set_tortoise_keys(self)
         self.connect('response', self.response)
         self.connect('key-press-event', self.key_press)

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