diff pidgin/gtkblist-theme-loader.c @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents a7397a3d67ef
children
line wrap: on
line diff
--- a/pidgin/gtkblist-theme-loader.c	Mon Aug 22 22:46:08 2011 +0000
+++ b/pidgin/gtkblist-theme-loader.c	Fri Dec 23 08:21:58 2011 +0000
@@ -65,8 +65,7 @@
 	GdkColor color;
 
 	if (temp && gdk_color_parse(temp, &color)) {
-    /* TODO: fix this for gtk+ 3.0 */
-		/*gdk_colormap_alloc_color(gdk_colormap_get_system(), &color, FALSE, TRUE);*/
+		gdk_colormap_alloc_color(gdk_colormap_get_system(), &color, FALSE, TRUE);
 		return gdk_color_copy(&color);
 	} else {
 		return NULL;