finch/libgnt/gntstyle.c

changeset 16025
d83095463d3d
parent 15906
d05fbb788178
child 16519
9458657f5b99
child 17586
5beb8d987e84
child 18068
b6554e3c8224
child 18107
080301575c86
--- a/finch/libgnt/gntstyle.c	Thu Mar 29 01:27:40 2007 +0000
+++ b/finch/libgnt/gntstyle.c	Thu Mar 29 02:35:54 2007 +0000
@@ -218,9 +218,8 @@
 	{
 		for (i = 0; styles[i].style; i++)
 		{
-			error = NULL;
 			str_styles[styles[i].en] =
-					g_key_file_get_string(kfile, "general", styles[i].style, &error);
+					g_key_file_get_string(kfile, "general", styles[i].style, NULL);
 		}
 	}
 	g_strfreev(keys);

mercurial