Stupid glade! I hate it! Why does it copy the image locallly to the

glade dir and fuck the URL up then? Fixed...
This commit is contained in:
js 2008-07-22 23:16:35 +00:00
parent ac7e60830e
commit e9ce217777
1 changed files with 3 additions and 3 deletions

View File

@ -70,14 +70,14 @@
<child>
<widget class="GtkImage" id="mood_image">
<property name="no_show_all">True</property>
<property name="stock">gtk-missing-image</property>
<property name="stock">None</property>
<property name="icon_size">1</property>
</widget>
</child>
<child>
<widget class="GtkImage" id="activity_image">
<property name="no_show_all">True</property>
<property name="stock">gtk-missing-image</property>
<property name="stock">None</property>
<property name="icon_size">1</property>
</widget>
<packing>
@ -87,7 +87,7 @@
<child>
<widget class="GtkImage" id="tune_image">
<property name="no_show_all">True</property>
<property name="pixbuf">music.png</property>
<property name="pixbuf">../emoticons/static/music.png</property>
<property name="icon_size">1</property>
</widget>
<packing>