Skip to content

Commit

Permalink
Merge pull request #417 from machawk1/issue-416
Browse files Browse the repository at this point in the history
Reverse logic for memgator communication thread spawn to exclude
  • Loading branch information
machawk1 authored Apr 4, 2019
2 parents 854c2e2 + dede885 commit db7ba65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundledApps/WAIL.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit db7ba65

Please sign in to comment.