Skip to content

Commit

Permalink
Updated local themes path
Browse files Browse the repository at this point in the history
  • Loading branch information
satanas committed Jun 5, 2014
1 parent e653465 commit ba6d03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turpial/ui/base.py
Expand Up @@ -36,7 +36,7 @@ def __init__(self):
self.base_themes_path = os.path.realpath(os.path.join(
os.path.dirname(__file__), 'themes'))
self.local_themes_path = os.path.realpath(os.path.join(
self.home_path, '.themes'))
self.home_path, '.themes', 'turpial'))
# Keep a list of installed app fonts to ease registration
# in the toolkit side
self.fonts = [
Expand Down

0 comments on commit ba6d03a

Please sign in to comment.