# HG changeset patch
# User Simon Heimberg <sim...@besonet.ch>
# Date 1246539712 -7200
# Node ID 69b3911484225e0c7e2afd4e83c595da1d102ffa
# Parent  53f9750fa12b645bc1ea70ab228a0e13e8efc06d
thgconfig: call response correctly with two arguments

diff -r 53f9750fa12b -r 69b391148422 hggtk/thgconfig.py
--- a/hggtk/thgconfig.py        Die Jul 07 23:32:25 2009 -0500
+++ b/hggtk/thgconfig.py        Don Jul 02 15:01:52 2009 +0200
@@ -424,7 +424,7 @@
             if configrepo:
                 dialog.error_dialog(self, _('No repository found'),
                              _('no repo at ') + root)
-                self.response(gtk.RESPONSE_CANCEL)
+                self.response(None, gtk.RESPONSE_CANCEL)
 
         # Catch close events
         self.connect('response', self.should_live)

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to