Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitur Kirov <dkirov@gmail.com>2006-03-25 05:07:02 +0300
committerDimitur Kirov <dkirov@gmail.com>2006-03-25 05:07:02 +0300
commitb64f199c087f36546a1ce6952a745c59f6c977c3 (patch)
tree6b306d375896882d591e0a7e699e9328cf3b2e55 /src/disco.py
parent41c0ae46c676069d257a0cea690914d878776138 (diff)
realize is safer
Diffstat (limited to 'src/disco.py')
-rw-r--r--src/disco.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disco.py b/src/disco.py
index ec7edb00e..b9a57d96c 100644
--- a/src/disco.py
+++ b/src/disco.py
@@ -442,7 +442,7 @@ _('Without a connection, you can not browse available services')).get_response()
self.banner_icon = self.xml.get_widget('banner_agent_icon')
self.banner_eventbox = self.xml.get_widget('banner_agent_eventbox')
self.style_event_id = 0
- self.banner.ensure_style()
+ self.banner.realize()
self.paint_banner()
self.filter_hbox = self.xml.get_widget('filter_hbox')
self.filter_hbox.set_no_show_all(True)