mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
[GTKUI] Fix saving host details in connection manager
This commit is contained in:
parent
45e0d10932
commit
131b9f86a9
@ -29,7 +29,6 @@
|
||||
<child>
|
||||
<object class="GtkButton" id="button_addhost_cancel">
|
||||
<property name="label">gtk-cancel</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="receives_default">True</property>
|
||||
@ -44,7 +43,6 @@
|
||||
<child>
|
||||
<object class="GtkButton" id="button_addhost_add">
|
||||
<property name="label">_Save</property>
|
||||
<property name="use_action_appearance">False</property>
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="can_default">True</property>
|
||||
@ -243,7 +241,7 @@
|
||||
</child>
|
||||
<action-widgets>
|
||||
<action-widget response="0">button_addhost_cancel</action-widget>
|
||||
<action-widget response="0">button_addhost_add</action-widget>
|
||||
<action-widget response="1">button_addhost_add</action-widget>
|
||||
</action-widgets>
|
||||
</object>
|
||||
</interface>
|
||||
|
Loading…
x
Reference in New Issue
Block a user