diff --git a/src/disco.py b/src/disco.py index c9891ad6a..d9380eb58 100644 --- a/src/disco.py +++ b/src/disco.py @@ -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') diff --git a/src/gtkexcepthook.py b/src/gtkexcepthook.py index 3949eee3e..1bc552a24 100644 --- a/src/gtkexcepthook.py +++ b/src/gtkexcepthook.py @@ -1,18 +1,7 @@ ## gtkexcepthook.py ## -## Contributors for this file: -## - Yann Le Boulanger -## - Nikos Kouremenos -## - Dimitur Kirov -## -## Copyright (C) 2003-2004 Yann Le Boulanger -## Vincent Hanquez -## Copyright (C) 2005 Yann Le Boulanger -## Vincent Hanquez -## Nikos Kouremenos -## Dimitur Kirov -## Travis Shirk -## Norman Rasmussen +## Copyright (C) 2005-2006 Yann Le Boulanger +## Copyright (C) 2005-2006 Nikos Kouremenos ## ## Initially written and submitted by Gustavo J. A. M. Carneiro ##