aboutsummaryrefslogtreecommitdiff
path: root/lmlib.py
diff options
context:
space:
mode:
Diffstat (limited to 'lmlib.py')
-rw-r--r--lmlib.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lmlib.py b/lmlib.py
index 91f9895..fe6d4a4 100644
--- a/lmlib.py
+++ b/lmlib.py
@@ -15,7 +15,7 @@
import configparser, platform, os
-logout_manager_version="2019-06-17a"
+logout_manager_version="2019-06-21a"
class Actions:
@@ -253,7 +253,6 @@ def Initialize_config():
# written primarily for el7 which uses "app" for the system-reboot icons, etc.
a = platform.dist()
try:
- # WORKHERE: after moving in the gtk3 default icon theme check to lmlib, do a check here, for of the theme=default and gtk3_default=hicolor, to make category=apps
if a[0] == "redhat" and int(a[1].split(".")[0]) <= 7:
config.set_icon_category("apps")
except:
bgstack15