Remove relative paths for icons in glade file

This commit is contained in:
Mathieu Comandon 2017-01-02 19:02:48 -08:00
parent 687a52a843
commit 53534e992c
2 changed files with 0 additions and 2 deletions

View file

@ -8,7 +8,6 @@
<property name="title" translatable="yes">About Lutris</property>
<property name="window_position">center-on-parent</property>
<property name="destroy_with_parent">True</property>
<property name="icon">../media/lutris.svg</property>
<property name="icon_name">lutris</property>
<property name="type_hint">dialog</property>
<property name="skip_taskbar_hint">True</property>

View file

@ -24,7 +24,6 @@
<property name="can_focus">False</property>
<property name="title" translatable="yes">Lutris</property>
<property name="window_position">center</property>
<property name="icon">../media/lutris.svg</property>
<property name="icon_name">lutris</property>
<signal name="destroy" handler="on_destroy" swapped="no"/>
<signal name="configure-event" handler="on_resize"/>