diff finch/gntprefs.c @ 17144:c61187e0c752

Fix a compiler warning.
author Richard Laager <rlaager@wiktel.com>
date Sat, 19 May 2007 07:55:36 +0000
parents a924c94ce5da
children ab6d2763b8d8 6ccd66add326
line wrap: on
line diff
--- a/finch/gntprefs.c	Sat May 19 07:53:30 2007 +0000
+++ b/finch/gntprefs.c	Sat May 19 07:55:36 2007 +0000
@@ -76,7 +76,7 @@
 get_idle_options()
 {
 	GList *list = NULL;
-	list = g_list_append(list, _("Based on keyboard use"));
+	list = g_list_append(list, (char *)_("Based on keyboard use"));
 	list = g_list_append(list, "system");
 	list = g_list_append(list, (char*)_("From last sent message"));
 	list = g_list_append(list, "purple");