diff options
Diffstat (limited to 'src/empathy-status-icon.c')
-rw-r--r-- | src/empathy-status-icon.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; |