Skip to content

Commit

Permalink
Fix typo in teme to theme reload.py
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantfero committed Jul 27, 2020
1 parent 7ded282 commit 5aa7206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wpgtk/data/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import logging

__version__ = '6.2.2'
__version__ = '6.2.3'

parser = None

Expand Down
2 changes: 1 addition & 1 deletion wpgtk/data/reload.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def gtk3():
)

if shutil.which("gsettings"):
cmd = ["gsettings", "get", "org.gnome.desktop.interface", "gtk-teme"]
cmd = ["gsettings", "get", "org.gnome.desktop.interface", "gtk-theme"]
gsettings_theme = subprocess.Popen(
cmd,
stdout=subprocess.PIPE,
Expand Down

0 comments on commit 5aa7206

Please sign in to comment.