Don't set atspi timeout

Looking at the code I'm unconvinced this behaves as expected,
in certain cases at least. So reverting it for now to avoid
confusion.
This commit is contained in:
Daniel Narvaez 2013-06-15 19:16:59 +02:00
parent 521778636e
commit 4dc7b9e4a4

View File

@ -24,8 +24,6 @@ import time
from gi.repository import Atspi
from gi.repository import GLib
Atspi.set_timeout(-1, -1)
def get_root():
return Node(Atspi.get_desktop(0))