hotssh r74 - trunk/hotssh



Author: walters
Date: Thu Feb 19 17:49:51 2009
New Revision: 74
URL: http://svn.gnome.org/viewvc/hotssh?rev=74&view=rev

Log:
Fix __check_statusesuser typo in connection monitor teardown

Modified:
   trunk/hotssh/sshwindow.py

Modified: trunk/hotssh/sshwindow.py
==============================================================================
--- trunk/hotssh/sshwindow.py	(original)
+++ trunk/hotssh/sshwindow.py	Thu Feb 19 17:49:51 2009
@@ -887,7 +887,7 @@
             gobject.source_remove(monid)
             del self.__host_monitor_ids[userhost]
         if userhost in self.__check_statuses:
-            del self.__check_statusesuser[userhost]
+            del self.__check_statuses[userhost]
 
     def get_monitors(self):
         return self.__host_monitor_ids



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