summaryrefslogtreecommitdiff
path: root/daemon/settings/modules/assistive_light.c
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/settings/modules/assistive_light.c')
-rwxr-xr-xdaemon/settings/modules/assistive_light.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/settings/modules/assistive_light.c b/daemon/settings/modules/assistive_light.c
index bfe5d32..9d8610a 100755
--- a/daemon/settings/modules/assistive_light.c
+++ b/daemon/settings/modules/assistive_light.c
@@ -49,9 +49,9 @@ static void _on_vconf_assetive_light_changed(keynode_t *node, void *user_data)
ERR("node == NULL");
return;
}
-#if defined(WINSYS_X11)
+
mode = node->value.b;
-#endif
+
quickpanel_setting_module_icon_state_set(user_data, mode);
_status_update(user_data, mode, FLAG_VALUE_VOID);
}