Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 156984 | Differences between
and this patch

Collapse All | Expand All

(-)gnumeric-1.7.11~/src/gnm-conf-keyfile.c (-6 lines)
Lines 257-268 Link Here
257
	return list;
257
	return list;
258
}
258
}
259
259
260
char *
261
go_conf_get_enum_as_str (GOConfNode *node, gchar const *key)
262
{
263
	return go_conf_get_string (node, key);
264
}
265
266
gboolean
260
gboolean
267
go_conf_load_bool (GOConfNode *node, gchar const *key, gboolean default_val)
261
go_conf_load_bool (GOConfNode *node, gchar const *key, gboolean default_val)
268
{
262
{

Return to bug 156984