From c6f079029c7c1e6aa03ee7d7ffaa014b83466782 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Mon, 12 Dec 2005 15:36:48 +0000 Subject: [PATCH] typo --- src/tabbed_chat_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index 3bf9f8429..72bed8550 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -360,7 +360,7 @@ class TabbedChatWindow(chat.Chat): state_images_16 = gajim.interface.roster.get_appropriate_state_images(jid) # 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! banner_image = state_images_32[show] use_size_32 = True