hide non-implemened option in advanced notificaton window. fixes #2738. part 2

This commit is contained in:
Yann Leboulanger 2006-12-04 07:49:53 +00:00
parent 1732f00412
commit 0a92068f7a
1 changed files with 2 additions and 9 deletions

View File

@ -18,6 +18,7 @@
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="focus_on_map">True</property>
<property name="urgency_hint">False</property>
<child>
<widget class="GtkVBox" id="vbox95">
@ -276,15 +277,7 @@
<child>
<widget class="GtkComboBox" id="event_combobox">
<property name="visible">True</property>
<property name="items" translatable="yes">Receive a Message
Contact Connected
Contact Disconnected
Contact Change Status
Group Chat Message Highlight
Group Chat Message Received
File Transfert Resquest
File Transfert Started
File Transfert Finished</property>
<property name="items" translatable="yes">Receive a Message</property>
<property name="add_tearoffs">False</property>
<property name="focus_on_click">True</property>
<signal name="changed" handler="on_event_combobox_changed" last_modification_time="Sun, 09 Jul 2006 01:54:11 GMT"/>