revert accidental removal

This commit is contained in:
Nikos Kouremenos 2005-11-02 18:44:10 +00:00
parent def89e51a7
commit 1eb611d20f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class GajimThemesWindow:
self.xml = gtk.glade.XML(GTKGUI_GLADE, 'gajim_themes_window', APP)
self.window = self.xml.get_widget('gajim_themes_window')
self.options = ['account', 'group', 'contact', 'banner']
self.options = ['account', 'group', 'contact', 'banner', 'lastmessage']
self.options_combobox = self.xml.get_widget('options_combobox')
self.textcolor_checkbutton = self.xml.get_widget('textcolor_checkbutton')
self.background_checkbutton = self.xml.get_widget('background_checkbutton')