Skip to content
Snippets Groups Projects
Commit 83eaf139 authored by Stepan Salenikovich's avatar Stepan Salenikovich
Browse files

gnome: remove un-implemented features

Refs #68739

Change-Id: I711e771c8f73fb1779da3408c263535cd8fbdeb3
parent 84ef500c
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,8 @@
<child>
<object class="GtkButton" id="button_addcontact">
<property name="image">image_contact</property>
<property name="visible">True</property>
<!-- TODO: make visible when feature ready -->
<property name="visible">False</property>
</object>
</child>
</object>
......@@ -232,7 +233,8 @@
<child>
<object class="GtkRadioButton" id="radiobutton_contacts">
<property name="label" translatable="yes">contacts</property>
<property name="visible">True</property>
<!-- TODO: make visible when feature ready -->
<property name="visible">False</property>
<property name="image">image_contacts</property>
<property name="draw_indicator">False</property>
</object>
......@@ -252,7 +254,8 @@
<child>
<object class="GtkRadioButton" id="radiobutton_presence">
<property name="label" translatable="yes">online</property>
<property name="visible">True</property>
<!-- TODO: make visible when feature ready -->
<property name="visible">False</property>
<property name="image">image_presence</property>
<property name="draw_indicator">False</property>
<property name="group">radiobutton_contacts</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment