clean
This commit is contained in:
parent
0744b9ed83
commit
7709c4406a
|
@ -491,7 +491,7 @@ _('Without a connection, you can not browse available services'))
|
||||||
self._set_window_banner_text(_('Service Discovery'))
|
self._set_window_banner_text(_('Service Discovery'))
|
||||||
# FIXME: use self.banner_icon.clear() when we switch to GTK 2.8
|
# FIXME: use self.banner_icon.clear() when we switch to GTK 2.8
|
||||||
self.banner_icon.set_from_file(None)
|
self.banner_icon.set_from_file(None)
|
||||||
self.banner_icon.hide() # Just clearing it doesn't work
|
self.banner_icon.hide() # Just clearing it doesn't work
|
||||||
|
|
||||||
def _set_window_banner_text(self, text, text_after = None):
|
def _set_window_banner_text(self, text, text_after = None):
|
||||||
theme = gajim.config.get('roster_theme')
|
theme = gajim.config.get('roster_theme')
|
||||||
|
|
|
@ -1,18 +1,7 @@
|
||||||
## gtkexcepthook.py
|
## gtkexcepthook.py
|
||||||
##
|
##
|
||||||
## Contributors for this file:
|
## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
|
||||||
## - Yann Le Boulanger <asterix@lagaule.org>
|
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
|
||||||
## - Nikos Kouremenos <kourem@gmail.com>
|
|
||||||
## - Dimitur Kirov <dkirov@gmail.com>
|
|
||||||
##
|
|
||||||
## Copyright (C) 2003-2004 Yann Le Boulanger <asterix@lagaule.org>
|
|
||||||
## Vincent Hanquez <tab@snarc.org>
|
|
||||||
## Copyright (C) 2005 Yann Le Boulanger <asterix@lagaule.org>
|
|
||||||
## Vincent Hanquez <tab@snarc.org>
|
|
||||||
## Nikos Kouremenos <kourem@gmail.com>
|
|
||||||
## Dimitur Kirov <dkirov@gmail.com>
|
|
||||||
## Travis Shirk <travis@pobox.com>
|
|
||||||
## Norman Rasmussen <norman@rasmussen.co.za>
|
|
||||||
##
|
##
|
||||||
## Initially written and submitted by Gustavo J. A. M. Carneiro
|
## Initially written and submitted by Gustavo J. A. M. Carneiro
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue