View | Details | Raw Unified
Collapse All | Expand All

(-) gnumeric-1.7.11~/src/gnm-conf-keyfile.c (-6 lines)
 Lines 257-268    Link Here 
	return list;
	return list;
}
}
char *
go_conf_get_enum_as_str (GOConfNode *node, gchar const *key)
{
	return go_conf_get_string (node, key);
}
gboolean
gboolean
go_conf_load_bool (GOConfNode *node, gchar const *key, gboolean default_val)
go_conf_load_bool (GOConfNode *node, gchar const *key, gboolean default_val)
{
{