almost nothing
This commit is contained in:
parent
652e1df102
commit
9834fd62d3
|
@ -1,17 +1,9 @@
|
||||||
## config.py
|
## config.py
|
||||||
##
|
##
|
||||||
## Contributors for this file:
|
## Copyright (C) 2003-2006 Yann Le Boulanger <asterix@lagaule.org>
|
||||||
## - Yann Le Boulanger <asterix@lagaule.org>
|
## Copyright (C) 2003-2005 Vincent Hanquez <tab@snarc.org>
|
||||||
## - Nikos Kouremenos <kourem@gmail.com>
|
## Copyright (C) 2005-2006 Nikos Kouremenos <nkour@jabber.org>
|
||||||
## - Vincent Hanquez <tab@snarc.org>
|
## Copyright (C) 2005 Dimitur Kirov <dkirov@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 <nkour@jabber.org>
|
|
||||||
## Dimitur Kirov <dkirov@gmail.com>
|
|
||||||
##
|
##
|
||||||
## This program is free software; you can redistribute it and/or modify
|
## This program is free software; you can redistribute it and/or modify
|
||||||
## it under the terms of the GNU General Public License as published
|
## it under the terms of the GNU General Public License as published
|
||||||
|
@ -124,6 +116,8 @@ class PreferencesWindow:
|
||||||
st = gajim.config.get('useemoticons')
|
st = gajim.config.get('useemoticons')
|
||||||
if st:
|
if st:
|
||||||
self.xml.get_widget('emoticons_combobox').set_active(1) # FIXME
|
self.xml.get_widget('emoticons_combobox').set_active(1) # FIXME
|
||||||
|
else:
|
||||||
|
self.xml.get_widget('emoticons_combobox').set_active(3) # FIXME
|
||||||
|
|
||||||
#iconset
|
#iconset
|
||||||
iconsets_list = os.listdir(os.path.join(gajim.DATA_DIR, 'iconsets'))
|
iconsets_list = os.listdir(os.path.join(gajim.DATA_DIR, 'iconsets'))
|
||||||
|
|
Loading…
Reference in New Issue