revert accidental removal
This commit is contained in:
parent
def89e51a7
commit
1eb611d20f
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue