summaryrefslogtreecommitdiff
path: root/libnotify
diff options
context:
space:
mode:
authorChristian Hammond <chipx86@chipx86.com>2006-08-01 02:40:51 +0000
committerChristian Hammond <chipx86@chipx86.com>2006-08-01 02:40:51 +0000
commited9bc42c6f5f07489694d1d7d571a423446950e2 (patch)
tree313f1fae01a8d740d3652c95682a1de7aecd25d6 /libnotify
parentb0dad66b71eccc20028dbf054aefcb7865e9b1aa (diff)
downloadlibnotify-ed9bc42c6f5f07489694d1d7d571a423446950e2.tar.gz
Emit the property change notification for "status-icon" and not "attach-icon". This closes bug #81.
Diffstat (limited to 'libnotify')
-rw-r--r--libnotify/notification.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnotify/notification.c b/libnotify/notification.c
index 6e861f4..535e734 100644
--- a/libnotify/notification.c
+++ b/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 */