dbus: don't unset the searching client until we received the signal from tuhi

The API requires us to send the signal after stop
pull/34/head
Peter Hutterer 2018-01-24 20:06:44 +10:00
parent 1e31e6cba7
commit cae296e030
1 changed files with 0 additions and 1 deletions

View File

@ -431,7 +431,6 @@ class TuhiDBusServer(_TuhiDBus):
connection.signal_unsubscribe(self._searching_client[1])
self.is_searching = False
self._searching_client = None
self.emit("search-stop-requested")
def _on_search_stop(self, status):