remove aa non-implemented option

This commit is contained in:
Yann Leboulanger 2005-11-03 16:21:03 +00:00
parent bff36b7c45
commit a79f450e2c
2 changed files with 2 additions and 3 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', 'lastmessage']
self.options = ['account', 'group', 'contact', 'banner']
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')

View File

@ -16290,8 +16290,7 @@ to the Jabber network.</property>
<property name="items" translatable="yes">Account
Group
Contact
Banner
Last Message</property>
Banner</property>
<property name="add_tearoffs">True</property>
<property name="focus_on_click">True</property>
<signal name="changed" handler="on_options_combobox_changed" last_modification_time="Fri, 16 Sep 2005 21:44:05 GMT"/>