Skip to content

Commit

Permalink
Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Hibou57 committed Dec 7, 2015
1 parent 6f1d92a commit 87932c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external_programs.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def register_color_scheme_handler(cls):
""" Register `on_color_scheme_changed`. """
if not cls.COLOR_SCHEME_HANDLER_REGISTERED:
PREFERENCES.add_on_change(
cls.COLOR_SCHEME,
S_COLOR_SCHEME,
cls.on_color_scheme_changed)
cls.COLOR_SCHEME_HANDLER_REGISTERED = True

Expand Down

0 comments on commit 87932c9

Please sign in to comment.