# HG changeset patch
# User Simon Heimberg <[email protected]>
# Date 1237364514 -3600
# Node ID b156e1437200eaa0e7a91880405d8427444fb8a2
# Parent  85474a80cbc5b789ac15963df8ddf2b5124e3ef0
commit: correct error in new code for qnew

diff -r 85474a80cbc5 -r b156e1437200 hggtk/commit.py
--- a/hggtk/commit.py   Tue Mar 17 13:28:50 2009 -0500
+++ b/hggtk/commit.py   Wed Mar 18 09:21:54 2009 +0100
@@ -511,7 +511,7 @@
         if dialog.return_code() == 0:
             shell_notify([self.cwd] + files)
             if qnew:
-                self.self.qnew_name.set_text('')
+                self.qnew_name.set_text('')
                 self.repo.invalidate()
             elif self.qheader is None:
                 self.text.set_buffer(gtk.TextBuffer())


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tortoisehg-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to