[Rigo] fix infinite loop in _vanished_callback()
This commit is contained in:
@@ -232,6 +232,7 @@ class AppListStore(Gtk.ListStore):
|
||||
if len(self) == 0:
|
||||
self.emit("all-vanished")
|
||||
return
|
||||
path.next()
|
||||
|
||||
GLib.idle_add(_remove, app)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user