snagged tango security icons from gnome-icon-theme

This commit is contained in:
Brendan Taylor 2008-07-09 02:03:57 +00:00
parent c99048b02f
commit 2e97cc3adb
3 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 790 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 799 B

View File

@ -1383,10 +1383,10 @@ class ChatControl(ChatControlBase):
if authenticated:
authenticated_string = ' and authenticated'
self.lock_image.set_from_stock('gtk-dialog-authentication', 1)
self.lock_image.set_from_file(os.path.join(gajim.DATA_DIR, 'pixmaps', 'security-high.png'))
else:
authenticated_string = ' and NOT authenticated'
self.lock_image.set_from_stock('gtk-dialog-warning', 1)
self.lock_image.set_from_file(os.path.join(gajim.DATA_DIR, 'pixmaps', 'security-low.png'))
tooltip = '%s encryption %s active%s.\n' \
'Your chat session %s be logged.' % \