diff --git a/bundledApps/WAIL.py b/bundledApps/WAIL.py index 36a029c7..3b9aadc5 100644 --- a/bundledApps/WAIL.py +++ b/bundledApps/WAIL.py @@ -340,7 +340,7 @@ def __init__(self, parent): # Bind changes in URI to query MemGator self.memgatorDelayTimer = None - if util.is_linux(): # Issue 404 + if not util.is_linux(): # Issue 404 thread.start_new_thread(self.fetchMementos, ()) # Call MemGator on URI change self.uri.Bind(wx.EVT_KEY_UP, self.uriChanged)