From 802a58902dd40df8b683ec702c8d2d1a90120f90 Mon Sep 17 00:00:00 2001 From: Lars Uebernickel Date: Thu, 10 Apr 2014 10:22:09 +0200 Subject: messages-service: listen to the ApplicationStoppedRunning call --- src/im-application-list.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/im-application-list.c') diff --git a/src/im-application-list.c b/src/im-application-list.c index 4f5903a..7862f1a 100644 --- a/src/im-application-list.c +++ b/src/im-application-list.c @@ -1158,6 +1158,12 @@ im_application_list_set_remote (ImApplicationList *list, return; } + if (!connection && !unique_bus_name && !object_path) + { + im_application_list_unset_remote (app); + return; + } + if (app->cancellable) { gchar *name_owner = NULL; -- cgit v1.2.3