This commit is contained in:
Nikos Kouremenos 2005-12-12 15:36:48 +00:00
parent 792496b754
commit c6f079029c
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ class TabbedChatWindow(chat.Chat):
state_images_16 = gajim.interface.roster.get_appropriate_state_images(jid) state_images_16 = gajim.interface.roster.get_appropriate_state_images(jid)
# Set banner image # Set banner image
if state_images.has_key(show) and state_images_32[show].get_pixbuf(): if state_images_32.has_key(show) and state_images_32[show].get_pixbuf():
# we have 32x32! use it! # we have 32x32! use it!
banner_image = state_images_32[show] banner_image = state_images_32[show]
use_size_32 = True use_size_32 = True