This commit is contained in:
Yann Leboulanger 2006-03-17 16:11:25 +00:00
parent 4a1c850bf7
commit 24fcd311df
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ class PreferencesWindow:
emoticons_combobox.add_attribute(renderer_text, 'text', 0)
model = gtk.ListStore(str)
emoticons_combobox.set_model(model)
l = []
for dir in emoticons_list:
if dir != '.svn':
l.append(dir)