From 8909adc8fa36c39d26d21bc7e3c3065bb1b6b74d Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 12 Oct 2010 02:15:51 -0400 Subject: Port to libnotify 0.7.0 https://bugzilla.gnome.org/show_bug.cgi?id=631944 --- src/empathy-status-icon.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-status-icon.c') diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index a062f5169..e61e0cfd4 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -206,8 +206,8 @@ status_icon_update_notification (EmpathyStatusIcon *icon) to an existing notification with the same title. In this way the previous message will not be lost: the new message will appear below it, in the same notification */ - notification = notify_notification_new_with_status_icon - (priv->event->header, message_esc, NULL, priv->icon); + notification = notify_notification_new + (priv->event->header, message_esc, NULL); if (priv->notification == NULL) { priv->notification = notification; -- cgit v1.2.3