add a tooltip proposed by wed. remove inactivate from UI: (only via expert)
This commit is contained in:
parent
a6bf8d640c
commit
aa7ab32aa5
|
@ -1085,6 +1085,7 @@
|
|||
<child>
|
||||
<widget class="GtkCheckButton" id="sync_with_global_status_checkbutton">
|
||||
<property name="visible">True</property>
|
||||
<property name="tooltip" translatable="yes">If checked, any change to the global status (handled by the combobox at the bottom of the roster window) will change the status of this account accordingly</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Synch_ronize account status with global status</property>
|
||||
<property name="use_underline">True</property>
|
||||
|
@ -1100,25 +1101,6 @@
|
|||
<property name="fill">False</property>
|
||||
</packing>
|
||||
</child>
|
||||
|
||||
<child>
|
||||
<widget class="GtkCheckButton" id="inactivate_account_checkbutton">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="label" translatable="yes">Inactivate account</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="relief">GTK_RELIEF_NORMAL</property>
|
||||
<property name="focus_on_click">True</property>
|
||||
<property name="active">False</property>
|
||||
<property name="inconsistent">False</property>
|
||||
<property name="draw_indicator">True</property>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
<property name="expand">False</property>
|
||||
<property name="fill">False</property>
|
||||
</packing>
|
||||
</child>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="tab_expand">False</property>
|
||||
|
|
Loading…
Reference in New Issue