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

This commit is contained in:
Christian Hammond 2006-08-01 02:40:51 +00:00
parent b0dad66b71
commit ed9bc42c6f
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Mon Jul 31 19:40:10 PDT 2006 Christian Hammond <chipx86@chipx86.com>
* libnotify/notification.c:
- Emit the property change notification for "status-icon" and not
"attach-icon". This closes bug #81.
Sat Jul 29 03:02:18 PDT 2006 Christian Hammond <chipx86@chipx86.com>
* libnotify/notification.c:

View File

@ -631,7 +631,7 @@ notify_notification_attach_to_status_icon(NotifyNotification *notification,
(gpointer)&priv->status_icon);
}
g_object_notify(G_OBJECT(notification), "attach-icon");
g_object_notify(G_OBJECT(notification), "status-icon");
}
#endif /* HAVE_STATUS_ICON */