default-applications: Fix run-time warning

An inexistant widget referenced in the UI file.
This commit is contained in:
Bastien Nocera 2010-10-26 16:34:20 +01:00
parent 63957d9aef
commit 3591685c16

View file

@ -623,7 +623,7 @@
<property name="xalign">0</property>
<property name="label" translatable="yes">C_ommand:</property>
<property name="use_underline">True</property>
<property name="mnemonic_widget">image_command_entry</property>
<property name="mnemonic_widget">visual_command_entry</property>
</object>
<packing>
<property name="x_options">GTK_FILL</property>