Remove erroneous quotes in xml content
This was causing the app chooser dialog to be shown for an unknown mime type of '"x-content/audio-player"'.
This commit is contained in:
parent
b374d64e6b
commit
a66d9a5a35
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
|||
<child>
|
||||
<object class="GtkAppChooserButton" id="media_music_player_combobox">
|
||||
<property name="visible">True</property>
|
||||
<property name="content-type">"x-content/audio-player"</property>
|
||||
<property name="content-type">x-content/audio-player</property>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="left_attach">1</property>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue