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'))
|
||||
# FIXME: use self.banner_icon.clear() when we switch to GTK 2.8
|
||||
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):
|
||||
theme = gajim.config.get('roster_theme')
|
||||
|
|
|
@ -1,18 +1,7 @@
|
|||
## gtkexcepthook.py
|
||||
##
|
||||
## Contributors for this file:
|
||||
## - Yann Le Boulanger <asterix@lagaule.org>
|
||||
## - 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>
|
||||
## Copyright (C) 2005-2006 Yann Le Boulanger <asterix@lagaule.org>
|
||||
## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com>
|
||||
##
|
||||
## Initially written and submitted by Gustavo J. A. M. Carneiro
|
||||
##
|
||||
|
|
Loading…
Reference in New Issue