commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue/gnue-common/src GConnections.py


From: James Thompson
Subject: gnue/gnue-common/src GConnections.py
Date: Wed, 07 Nov 2001 21:59:35 -0500

CVSROOT:        /cvs
Module name:    gnue
Changes by:     James Thompson <address@hidden> 01/11/07 21:59:35

Modified files:
        gnue-common/src: GConnections.py 

Log message:
        Fixed bad method names

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-common/src/GConnections.py.diff?cvsroot=OldCVS&tr1=1.24&tr2=1.25&r1=text&r2=text

Patches:
Index: gnue/gnue-common/src/GConnections.py
diff -u gnue/gnue-common/src/GConnections.py:1.24 
gnue/gnue-common/src/GConnections.py:1.25
--- gnue/gnue-common/src/GConnections.py:1.24   Wed Nov  7 21:47:15 2001
+++ gnue/gnue-common/src/GConnections.py        Wed Nov  7 21:59:35 2001
@@ -202,13 +202,13 @@
 
           if not attempts:
             # Four times is plenty...
-            self._loginHandler.destroyLoginHandler()
+            self._loginHandler.destroyLoginDialog()
             raise GDataObjects.LoginError, \
                "Unable to log in after 4 attempts.\n\nError: %s" % error
 
         except GLoginHandler.UserCanceledLogin:
           # Guess they changed their minds. Treat as a login error.
-          self._loginHandler.destroyLoginHandler()
+          self._loginHandler.destroyLoginDialog()
           raise GDataObjects.LoginError, "User canceled the login request."
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]