Emit the property change notification for "status-icon" and not "attach-icon". This closes bug #81.
This commit is contained in:
parent
b0dad66b71
commit
ed9bc42c6f
|
@ -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:
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue