Skip to content

Commit 3d5a924

Browse files
committed
Fix source entry
1 parent ad38922 commit 3d5a924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

glade/simple_subscription.ui

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
<property name="can-focus">False</property>
110110
<property name="xpad">6</property>
111111
<property name="label" translatable="yes">Feed _Source</property>
112+
<property name="mnemonic_widget">sourceEntry</property>
112113
<property name="use-underline">True</property>
113114
<attributes>
114115
<attribute name="weight" value="bold"/>
@@ -121,7 +122,7 @@
121122
</packing>
122123
</child>
123124
<child>
124-
<object class="GtkEntry">
125+
<object class="GtkEntry" id="sourceEntry">
125126
<property name="visible">True</property>
126127
<property name="can-focus">True</property>
127128
<property name="margin-end">6</property>

0 commit comments

Comments
 (0)