finch/libgnt/gntstyle.c

changeset 18370
1f3c329fe2b2
parent 18361
740fec710f0a
child 18416
d8882fe1983c
child 18430
3030d58da117
--- a/finch/libgnt/gntstyle.c	Wed Jun 27 20:38:10 2007 +0000
+++ b/finch/libgnt/gntstyle.c	Wed Jun 27 20:46:39 2007 +0000
@@ -45,7 +45,7 @@
 	return str_styles[style];
 }
 
-const char *gnt_style_get_from_name(const char *group, const char *key)
+char *gnt_style_get_from_name(const char *group, const char *key)
 {
 #if GLIB_CHECK_VERSION(2,6,0)
 	return g_key_file_get_value(gkfile, group, key, NULL);

mercurial