diff options
Diffstat (limited to 'shell/callbacks.c')
-rw-r--r-- | shell/callbacks.c | 1 |
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); |