[tracker] tracker-store: yield statements not allowed without async context



commit 36fe48c539bac4a1db003bc753f1effef1e62ed7
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sat Mar 16 12:54:16 2019 +0100

    tracker-store: yield statements not allowed without async context

 src/tracker-store/tracker-dbus.vala | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/tracker-store/tracker-dbus.vala b/src/tracker-store/tracker-dbus.vala
index 48197f4b9..82387d76e 100644
--- a/src/tracker-store/tracker-dbus.vala
+++ b/src/tracker-store/tracker-dbus.vala
@@ -93,7 +93,6 @@ public class Tracker.DBus {
 
        public static void on_domain_name_disappeared (DBusConnection connection, string name) {
                notifier.wait.begin ();
-               yield;
                watch_main_loop.quit ();
        }
 


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