remove aa non-implemented option
This commit is contained in:
parent
bff36b7c45
commit
a79f450e2c
|
@ -40,7 +40,7 @@ class GajimThemesWindow:
|
||||||
self.xml = gtk.glade.XML(GTKGUI_GLADE, 'gajim_themes_window', APP)
|
self.xml = gtk.glade.XML(GTKGUI_GLADE, 'gajim_themes_window', APP)
|
||||||
self.window = self.xml.get_widget('gajim_themes_window')
|
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.options_combobox = self.xml.get_widget('options_combobox')
|
||||||
self.textcolor_checkbutton = self.xml.get_widget('textcolor_checkbutton')
|
self.textcolor_checkbutton = self.xml.get_widget('textcolor_checkbutton')
|
||||||
self.background_checkbutton = self.xml.get_widget('background_checkbutton')
|
self.background_checkbutton = self.xml.get_widget('background_checkbutton')
|
||||||
|
|
|
@ -16290,8 +16290,7 @@ to the Jabber network.</property>
|
||||||
<property name="items" translatable="yes">Account
|
<property name="items" translatable="yes">Account
|
||||||
Group
|
Group
|
||||||
Contact
|
Contact
|
||||||
Banner
|
Banner</property>
|
||||||
Last Message</property>
|
|
||||||
<property name="add_tearoffs">True</property>
|
<property name="add_tearoffs">True</property>
|
||||||
<property name="focus_on_click">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"/>
|
<signal name="changed" handler="on_options_combobox_changed" last_modification_time="Fri, 16 Sep 2005 21:44:05 GMT"/>
|
||||||
|
|
Loading…
Reference in New Issue