Skip to content
Snippets Groups Projects
Commit 11a687b5 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Preferences: Change order and visibilty of checkbuttons

- Hide update check on linux
- Remove Windows only tooltip
- Change order of elements
parent 14cae62b
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Generated with glade 3.36.0 --> <!-- Generated with glade 3.22.1 -->
<interface> <interface>
<requires lib="gtk+" version="3.22"/> <requires lib="gtk+" version="3.22"/>
<object class="GtkAdjustment" id="adjustment_status_auto_away"> <object class="GtkAdjustment" id="adjustment_status_auto_away">
...@@ -2719,6 +2719,25 @@ to discover one from the server. (Example: stun.iptel.org)</property> ...@@ -2719,6 +2719,25 @@ to discover one from the server. (Example: stun.iptel.org)</property>
<property name="position">2</property> <property name="position">2</property>
</packing> </packing>
</child> </child>
<child>
<object class="GtkCheckButton" id="update_check">
<property name="label" translatable="yes">_Check for Gajim updates periodically</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
<property name="tooltip_text" translatable="yes">Enables a weekly update check</property>
<property name="halign">start</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="_on_update_check_toggled" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
<child> <child>
<object class="GtkBox"> <object class="GtkBox">
<property name="visible">True</property> <property name="visible">True</property>
...@@ -2768,27 +2787,7 @@ to discover one from the server. (Example: stun.iptel.org)</property> ...@@ -2768,27 +2787,7 @@ to discover one from the server. (Example: stun.iptel.org)</property>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">3</property> <property name="position">4</property>
</packing>
</child>
<child>
<object class="GtkCheckButton" id="update_check">
<property name="label" translatable="yes">_Check for Gajim updates periodically</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
<property name="no_show_all">True</property>
<property name="tooltip_text" translatable="yes">Enables a weekly update check (Windows only)</property>
<property name="halign">start</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<signal name="toggled" handler="_on_update_check_toggled" swapped="no"/>
</object>
<packing>
<property name="expand">False</property>
<property name="fill">True</property>
<property name="position">3</property>
</packing> </packing>
</child> </child>
<child> <child>
...@@ -2805,7 +2804,7 @@ to discover one from the server. (Example: stun.iptel.org)</property> ...@@ -2805,7 +2804,7 @@ to discover one from the server. (Example: stun.iptel.org)</property>
<packing> <packing>
<property name="expand">False</property> <property name="expand">False</property>
<property name="fill">True</property> <property name="fill">True</property>
<property name="position">4</property> <property name="position">5</property>
</packing> </packing>
</child> </child>
</object> </object>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment