Changeset 2892

Show
Ignore:
Timestamp:
07/31/06 19:40:51
Author:
chipx86
Message:

Emit the property change notification for "status-icon" and not "attach-icon". This closes bug #81.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libnotify/ChangeLog

    r2882 r2892  
     1Mon Jul 31 19:40:10 PDT 2006  Christian Hammond <chipx86@chipx86.com> 
     2 
     3    * libnotify/notification.c: 
     4      - Emit the property change notification for "status-icon" and not 
     5        "attach-icon". This closes bug #81. 
     6 
    17Sat Jul 29 03:02:18 PDT 2006  Christian Hammond <chipx86@chipx86.com> 
    28 
  • trunk/libnotify/libnotify/notification.c

    r2882 r2892  
    632632    } 
    633633 
    634     g_object_notify(G_OBJECT(notification), "attach-icon"); 
     634    g_object_notify(G_OBJECT(notification), "status-icon"); 
    635635} 
    636636#endif /* HAVE_STATUS_ICON */