/pidgin/main: 17d443e20a28: Colour allocation appears unnecessar...
Elliott Sales de Andrade
qulogic at pidgin.im
Tue Jul 24 04:03:46 EDT 2012
Changeset: 17d443e20a28cc8951bfab53aaa41bd48f28f0a6
Author: Elliott Sales de Andrade <qulogic at pidgin.im>
Date: 2012-06-25 01:19 -0400
Branch: cpw.qulogic.gtk3-required
URL: http://hg.pidgin.im/pidgin/main/rev/17d443e20a28
Description:
Colour allocation appears unnecessary now.
diffstat:
pidgin/gtkblist-theme-loader.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diffs (12 lines):
diff --git a/pidgin/gtkblist-theme-loader.c b/pidgin/gtkblist-theme-loader.c
--- a/pidgin/gtkblist-theme-loader.c
+++ b/pidgin/gtkblist-theme-loader.c
@@ -65,8 +65,6 @@
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);*/
return gdk_color_copy(&color);
} else {
return NULL;
More information about the Commits
mailing list