Author: jan
Date: 2006-10-12 06:12:07 -0500 (Thu, 12 Oct 2006)
New Revision: 8766

Modified:
   trunk/gnue-navigator/src/GNClient.py
Log:
Fix gnue-navigator exception handling

Modified: trunk/gnue-navigator/src/GNClient.py
===================================================================
--- trunk/gnue-navigator/src/GNClient.py        2006-10-12 11:08:46 UTC (rev 
8765)
+++ trunk/gnue-navigator/src/GNClient.py        2006-10-12 11:12:07 UTC (rev 
8766)
@@ -148,7 +148,7 @@
     # and set the login handler for the connection manager.
     if hasattr (self._ui, 'ui'):
       instance = GFInstance (self, self.connections, self._ui.ui, False)
-      self._showException = instance._uiinstance.showException
+      self._showException = instance.show_exception
 
       loginHandler = self._ui.ui.UILoginHandler ()
       loginHandler.uiDriver = instance._uiinstance



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

Reply via email to