Exemplo n.º 1
0
void gui_set_default_indent(const char *name)
{
	GSList *list;

	list = name == NULL ? NULL :
		g_hash_table_lookup(indent_functions, name);
	default_indent_func = list == NULL ? NULL :
		(INDENT_FUNC) list->data;
        gui_windows_reset_settings();
}
Exemplo n.º 2
0
static void read_settings(void)
{
        gui_windows_reset_settings();
}