diff pidgin/gtkpounce.c @ 18114:873ee0038752

merge of 'd8c7c08339ae468cb4298f6850eb7d3b760ad7b5' and 'ed8b5b74cff83943994bc055c40b107e04e87249'
author Richard Laager <rlaager@wiktel.com>
date Sat, 16 Jun 2007 19:00:52 +0000
parents c885a9ccd301 926ccb104da0
children ab6d2763b8d8
line wrap: on
line diff
--- a/pidgin/gtkpounce.c	Fri Jun 15 08:39:01 2007 +0000
+++ b/pidgin/gtkpounce.c	Sat Jun 16 19:00:52 2007 +0000
@@ -496,7 +496,7 @@
 	}
 	else
 	{
-		const GList *connections = purple_connections_get_all();
+		GList *connections = purple_connections_get_all();
 		PurpleConnection *gc;
 
 		if (connections != NULL)