aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-04-25 15:50:16 +0200
committerhwspeedy <ns@bigbear.dk>2024-04-25 15:50:16 +0200
commit152e794026cc0ef6391638c3f26a0e9f191fb5c2 (patch)
treed325d7add08bf50fc1763527f808f8306e17b2ec /shell
parentbbfa669af189ff2ad46df44715e9e824b251d9b7 (diff)
FIX Missing Theme disable for more Themes
Diffstat (limited to 'shell')
-rw-r--r--shell/callbacks.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/callbacks.c b/shell/callbacks.c
index 2892be2c..e6482c4f 100644
--- a/shell/callbacks.c
+++ b/shell/callbacks.c
@@ -127,6 +127,7 @@ void cb_disable_theme()
if(shell_action_get_active("Theme1Action")) shell_action_set_active("Theme1Action",FALSE);
if(shell_action_get_active("Theme2Action")) shell_action_set_active("Theme2Action",FALSE);
if(shell_action_get_active("Theme3Action")) shell_action_set_active("Theme3Action",FALSE);
+ if(shell_action_get_active("Theme4Action")) shell_action_set_active("Theme4Action",FALSE);
}
g_mkdir(g_get_user_config_dir(),0755);