#define ACCESSIBILITY_UNIVERSAL_SWITCH_PLUS_ICON SETTING_ICON_PATH "/plus.png"
-typedef enum {SM_POINT = 0, SM_ROW} scan_method_t;
-typedef enum {SD_TOP_BOTTOM = 0, SD_BOTTOM_TOP} scan_dir_t;
+typedef enum {SM_POINT = 1, SM_ROW} scan_method_t;
+typedef enum {SD_TOP_BOTTOM = 1, SD_BOTTOM_TOP} scan_dir_t;
typedef enum {MANAGE_GESTURES, MANAGE_ACTIONS, MANAGE_SETTINGS, MANAGE_RECENT_APPS,
MANAGE_HOME_SCREEN, MANAGE_BACK, MANAGE_BUTTONS_AND_KEYS, MANAGE_CONTEXTUAL_MENU} manage_options_type_t;
free(ad->universal_switch_scan_method->sub_desc);
ad->universal_switch_scan_method->sub_desc = strdup(__get_scan_method_text(scan_method));
elm_genlist_item_update(ad->universal_switch_scan_method->item);
-
- __ctxpopup_del_cb(NULL, obj, event_info);
}
+ __ctxpopup_del_cb(NULL, obj, event_info);
+
SETTING_TRACE_END;
}
free(ad->universal_switch_scan_dir->sub_desc);
ad->universal_switch_scan_dir->sub_desc = strdup(__get_scan_direction_text(scan_dir));
elm_genlist_item_update(ad->universal_switch_scan_dir->item);
-
- __ctxpopup_del_cb(NULL, obj, event_info);
}
+ __ctxpopup_del_cb(NULL, obj, event_info);
+
SETTING_TRACE_END;
}