hide non-implemened option in advanced notificaton window. fixes #2738. part 2
This commit is contained in:
parent
1732f00412
commit
0a92068f7a
1 changed files with 2 additions and 9 deletions
|
@ -18,6 +18,7 @@
|
||||||
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
|
<property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
|
||||||
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
|
||||||
<property name="focus_on_map">True</property>
|
<property name="focus_on_map">True</property>
|
||||||
|
<property name="urgency_hint">False</property>
|
||||||
|
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkVBox" id="vbox95">
|
<widget class="GtkVBox" id="vbox95">
|
||||||
|
@ -276,15 +277,7 @@
|
||||||
<child>
|
<child>
|
||||||
<widget class="GtkComboBox" id="event_combobox">
|
<widget class="GtkComboBox" id="event_combobox">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="items" translatable="yes">Receive a Message
|
<property name="items" translatable="yes">Receive a Message</property>
|
||||||
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="add_tearoffs">False</property>
|
<property name="add_tearoffs">False</property>
|
||||||
<property name="focus_on_click">True</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"/>
|
<signal name="changed" handler="on_event_combobox_changed" last_modification_time="Sun, 09 Jul 2006 01:54:11 GMT"/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue