change auth icon when SAS is verified

This commit is contained in:
Brendan Taylor 2008-07-09 02:11:42 +00:00
parent 2e97cc3adb
commit 75027b6e0c
1 changed files with 4 additions and 0 deletions

View File

@ -3812,6 +3812,10 @@ class ESessionInfoWindow:
w.set_no_show_all(True)
w.hide()
if self.session.control:
self.session.control._show_lock_image(True, 'E2E', True,
self.session.is_loggable(), True)
self.xml.get_widget('info_display').set_text(labeltext)
def on_close_button_clicked(self, widget):