[evolution-mapi] Adapt to new CamelSession "user-alert" signal.



commit a3806205e2fc0c1030c8a97114900102354783b0
Author: Matthew Barnes <mbarnes redhat com>
Date:   Wed Nov 27 08:52:12 2013 -0500

    Adapt to new CamelSession "user-alert" signal.
    
    Replaces the old interactive (but not really) alert_user() method.

 src/camel/camel-mapi-store.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-mapi-store.c b/src/camel/camel-mapi-store.c
index e0d8608..1c7036a 100644
--- a/src/camel/camel-mapi-store.c
+++ b/src/camel/camel-mapi-store.c
@@ -2246,7 +2246,7 @@ mapi_connect_sync (CamelService *service,
                        }
 
                        if (msg) {
-                               camel_session_alert_user (session, CAMEL_SESSION_ALERT_WARNING, msg, NULL, 
cancellable);
+                               camel_session_user_alert (session, service, CAMEL_SESSION_ALERT_WARNING, msg);
                                g_free (msg);
                        }
                }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]