From 4d556f5f50f2b462ccd9d404f8cf1d5cd1b1fd42 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 22 Oct 2013 10:41:52 +0200 Subject: stop using tp_account_manager_is_prepared() It has been deprecated. --- libempathy-gtk/empathy-notify-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy-gtk/empathy-notify-manager.c') diff --git a/libempathy-gtk/empathy-notify-manager.c b/libempathy-gtk/empathy-notify-manager.c index 8ca97950e..bbe3a1a4c 100644 --- a/libempathy-gtk/empathy-notify-manager.c +++ b/libempathy-gtk/empathy-notify-manager.c @@ -190,7 +190,7 @@ empathy_notify_manager_notification_is_enabled (EmpathyNotifyManager *self) EMPATHY_PREFS_NOTIFICATIONS_ENABLED)) return FALSE; - if (!tp_account_manager_is_prepared (priv->account_manager, + if (!tp_proxy_is_prepared (priv->account_manager, TP_ACCOUNT_MANAGER_FEATURE_CORE)) { DEBUG ("account manager is not ready yet; display the notification"); -- cgit v1.2.3