From 12b23410bd90309789d3f3b5206f0cde015c31b0 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 3 Jan 2013 13:04:38 +0100 Subject: factor out empathy_notify_manager_create_notification() https://bugzilla.gnome.org/show_bug.cgi?id=691043 --- src/empathy-notifications-approver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/empathy-notifications-approver.c') diff --git a/src/empathy-notifications-approver.c b/src/empathy-notifications-approver.c index aa5b00fba..2f42c7613 100644 --- a/src/empathy-notifications-approver.c +++ b/src/empathy-notifications-approver.c @@ -339,8 +339,8 @@ update_notification (EmpathyNotificationsApprover *self) * 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 (self->priv->event->header, - message_esc, NULL); + notification = empathy_notify_manager_create_notification ( + self->priv->event->header, message_esc, NULL); if (self->priv->notification == NULL) { -- cgit v1.2.3