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'



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to