commit-gnue
[Top][All Lists]
Advanced

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

[gnue] r8945 - trunk/gnue-navigator/src


From: jan
Subject: [gnue] r8945 - trunk/gnue-navigator/src
Date: Fri, 27 Oct 2006 16:40:31 -0500 (CDT)

Author: jan
Date: 2006-10-27 16:40:30 -0500 (Fri, 27 Oct 2006)
New Revision: 8945

Modified:
   trunk/gnue-navigator/src/GNClient.py
Log:
Fix uidriver error message for specific ui case

Modified: trunk/gnue-navigator/src/GNClient.py
===================================================================
--- trunk/gnue-navigator/src/GNClient.py        2006-10-27 21:20:00 UTC (rev 
8944)
+++ trunk/gnue-navigator/src/GNClient.py        2006-10-27 21:40:30 UTC (rev 
8945)
@@ -135,8 +135,8 @@
         # If user specified a specific UI, don't cycle...
         if SPECIFIC_UI:
           raise StartupError, \
-              u_("Unable to load any valid UI drivers: %s") \
-              % errors.getException () [2]
+              u_("Unable to load UI driver %s: %s") \
+              % (self.ui_type,errors.getException () [2])
 
         if self.ui_type != 'text':
           self.ui_type = 'text'





reply via email to

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