Show
Ignore:
Timestamp:
07/23/08 01:16:35 (4 months ago)
Author:
js
Message:

Stupid glade! I hate it! Why does it copy the image locallly to the
glade dir and fuck the URL up then? Fixed...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/data/glade/message_window.glade

    r9992 r9993  
    7171                                  <widget class="GtkImage" id="mood_image"> 
    7272                                    <property name="no_show_all">True</property> 
    73                                     <property name="stock">gtk-missing-image</property> 
     73                                    <property name="stock">None</property> 
    7474                                    <property name="icon_size">1</property> 
    7575                                  </widget> 
     
    7878                                  <widget class="GtkImage" id="activity_image"> 
    7979                                    <property name="no_show_all">True</property> 
    80                                     <property name="stock">gtk-missing-image</property> 
     80                                    <property name="stock">None</property> 
    8181                                    <property name="icon_size">1</property> 
    8282                                  </widget> 
     
    8888                                  <widget class="GtkImage" id="tune_image"> 
    8989                                    <property name="no_show_all">True</property> 
    90                                     <property name="pixbuf">music.png</property> 
     90                                    <property name="pixbuf">../emoticons/static/music.png</property> 
    9191                                    <property name="icon_size">1</property> 
    9292                                  </widget>