Changeset 2892
- Timestamp:
- 07/31/06 19:40:51
- Files:
-
- trunk/libnotify/ChangeLog (modified) (1 diff)
- trunk/libnotify/libnotify/notification.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libnotify/ChangeLog
r2882 r2892 1 Mon 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 1 7 Sat Jul 29 03:02:18 PDT 2006 Christian Hammond <chipx86@chipx86.com> 2 8 trunk/libnotify/libnotify/notification.c
r2882 r2892 632 632 } 633 633 634 g_object_notify(G_OBJECT(notification), " attach-icon");634 g_object_notify(G_OBJECT(notification), "status-icon"); 635 635 } 636 636 #endif /* HAVE_STATUS_ICON */
