commit-gnue
[Top][All Lists]
Advanced

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

r6368 - trunk/gnue-common/src/datasources


From: johannes
Subject: r6368 - trunk/gnue-common/src/datasources
Date: Wed, 22 Sep 2004 03:06:39 -0500 (CDT)

Author: johannes
Date: 2004-09-22 03:06:38 -0500 (Wed, 22 Sep 2004)
New Revision: 6368

Modified:
   trunk/gnue-common/src/datasources/GConnections.py
Log:
Make sure to use unicode-messages on exceptions


Modified: trunk/gnue-common/src/datasources/GConnections.py
===================================================================
--- trunk/gnue-common/src/datasources/GConnections.py   2004-09-22 07:59:48 UTC 
(rev 6367)
+++ trunk/gnue-common/src/datasources/GConnections.py   2004-09-22 08:06:38 UTC 
(rev 6368)
@@ -468,7 +468,7 @@
           except GLoginHandler.UserCanceledLogin:
             # Guess they changed their minds. Treat as a login error.
             self._loginHandler.destroyLoginDialog()
-            tmsg = _("User canceled the login request.")
+            tmsg = u_("User canceled the login request.")
             raise Exceptions.LoginError, tmsg
 
       if self._eventHandler:





reply via email to

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