[Rigo] send hello() again after repositories_updated() signal

This commit is contained in:
Fabio Erculiani
2012-04-10 13:27:00 +02:00
parent 325813243c
commit 8285ca06ae
+3
View File
@@ -956,6 +956,9 @@ class RigoServiceController(GObject.Object):
self.emit("repositories-updated",
result, message)
# send hello again in order to receive new update info
self.hello()
const_debug_write(
__name__,
"_repositories_updated_signal: repositories-updated")