Skip to content

Commit

Permalink
Fix plugin for ST2, i.e. 'set_timeout_async'
Browse files Browse the repository at this point in the history
  • Loading branch information
FichteFoll committed Aug 21, 2015
1 parent 14164f1 commit 1543700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion insert_date.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def request_timezone():
s._sobj.set('silence_timezone_request', True)
sublime.save_settings('insert_date.sublime-settings')

sublime.set_timeout_async(request_timezone, 3000)
sublime.set_timeout(request_timezone, 3000)


def plugin_unloaded():
Expand Down

0 comments on commit 1543700

Please sign in to comment.