Skip to content

Commit

Permalink
fixed priority reset on next run, thx to theospears (f83fdfa)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eichhoernchen authored and Eichhoernchen committed Apr 30, 2012
1 parent b95a4e9 commit c003f5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def initialize(self, method, speech, language, send_object, send_plist, assistan
self.assistant = assistant
self.location = location
self.__shouldCancel = False
self.__priority = False

def _abortPluginRun(self):
self.__shouldCancel = True
Expand Down

0 comments on commit c003f5d

Please sign in to comment.