hotwire-ssh r6 - trunk/hotssh



Author: walters
Date: Fri May 23 01:55:03 2008
New Revision: 6
URL: http://svn.gnome.org/viewvc/hotwire-ssh?rev=6&view=rev

Log:
Actually close notification area


Modified:
   trunk/hotssh/sshwindow.py

Modified: trunk/hotssh/sshwindow.py
==============================================================================
--- trunk/hotssh/sshwindow.py	(original)
+++ trunk/hotssh/sshwindow.py	Fri May 23 01:55:03 2008
@@ -893,6 +893,8 @@
         msgarea.show_all()
         
     def __on_msgarea_response(self, msgarea, respid):
+        mgr = self._get_msgarea_mgr()
+        mgr.clear()
         if respid == gtk.RESPONSE_ACCEPT:
             reconnect = self.__action_group.get_action('ReconnectAll')
             reconnect.activate()       



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