[Rigo] fix infinite loop in _vanished_callback()

This commit is contained in:
Fabio Erculiani
2012-09-17 12:40:46 +02:00
parent 544fe8a0e3
commit 68ae30e5ba

View File

@@ -232,6 +232,7 @@ class AppListStore(Gtk.ListStore):
if len(self) == 0:
self.emit("all-vanished")
return
path.next()
GLib.idle_add(_remove, app)