Show
Ignore:
Timestamp:
08/31/07 10:28:42 (15 months ago)
Author:
asterix
Message:

Use good funtion so we can see icon for pynotify notifs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/notify.py

    r7940 r8662  
    317317                notification.set_data('account', account) 
    318318                notification.set_data('msg_type', event_type) 
    319                 notification.set_data('path_to_image', path_to_image) 
     319                notification.set_property('icon-name', path_to_image) 
    320320                notification.add_action('default', 'Default Action', 
    321321                        on_pynotify_notification_clicked)