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

View file

@ -70,14 +70,14 @@
<child> <child>
<widget class="GtkImage" id="mood_image"> <widget class="GtkImage" id="mood_image">
<property name="no_show_all">True</property> <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> <property name="icon_size">1</property>
</widget> </widget>
</child> </child>
<child> <child>
<widget class="GtkImage" id="activity_image"> <widget class="GtkImage" id="activity_image">
<property name="no_show_all">True</property> <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> <property name="icon_size">1</property>
</widget> </widget>
<packing> <packing>
@ -87,7 +87,7 @@
<child> <child>
<widget class="GtkImage" id="tune_image"> <widget class="GtkImage" id="tune_image">
<property name="no_show_all">True</property> <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> <property name="icon_size">1</property>
</widget> </widget>
<packing> <packing>