diff --git a/src/config.py b/src/config.py index ada546c46..cec04c19a 100644 --- a/src/config.py +++ b/src/config.py @@ -1,17 +1,9 @@ ## config.py ## -## Contributors for this file: -## - Yann Le Boulanger -## - Nikos Kouremenos -## - Vincent Hanquez -## - Dimitur Kirov -## -## Copyright (C) 2003-2004 Yann Le Boulanger -## Vincent Hanquez -## Copyright (C) 2005 Yann Le Boulanger -## Vincent Hanquez -## Nikos Kouremenos -## Dimitur Kirov +## Copyright (C) 2003-2006 Yann Le Boulanger +## Copyright (C) 2003-2005 Vincent Hanquez +## Copyright (C) 2005-2006 Nikos Kouremenos +## Copyright (C) 2005 Dimitur Kirov ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published @@ -124,6 +116,8 @@ class PreferencesWindow: st = gajim.config.get('useemoticons') if st: self.xml.get_widget('emoticons_combobox').set_active(1) # FIXME + else: + self.xml.get_widget('emoticons_combobox').set_active(3) # FIXME #iconset iconsets_list = os.listdir(os.path.join(gajim.DATA_DIR, 'iconsets'))