1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:27:45 +02:00

reads correctly from config file now, need to go through and check each one and then look at usability

This commit is contained in:
matt 2014-07-28 15:19:50 +01:00
parent a0cde4ae8c
commit a7e6ab7758

View File

@ -69,7 +69,6 @@ static void ui_defaults(struct user_settings* settings)
}
const struct _keys_strings {
const char* self;
const char* keys;
const char* next_tab;
const char* prev_tab;
const char* scroll_line_up;
@ -235,7 +234,7 @@ int settings_load(struct user_settings *s, const char *patharg)
config_setting_lookup_int(setting, key_strings.half_page_down, &s->key_half_page_down);
config_setting_lookup_int(setting, key_strings.page_bottom, &s->key_page_bottom);
config_setting_lookup_int(setting, key_strings.peer_list_up, &s->key_peer_list_up);
//config_setting_lookup_int(setting, key_strings.peer_list_down, &s->key_peer_list_down);
config_setting_lookup_int(setting, key_strings.peer_list_down, &s->key_peer_list_down);
}
#ifdef _AUDIO