# HG changeset patch # User John Bailey # Date 1234735010 0 # Node ID 2cece7df80c3fd2597af1194dfc86df82039c083 # Parent 865fe809ac03eebc5598a48c94f407972490ddc2# Parent e0dc8933ce26037c1ff2700f924cdca0273b5702 merge of '2c17cc8e7650eb9c9637576a402e905e45eb4f81' and '8d1c52de72341b58f7434926e37b42d25aa9cf71' diff -r 865fe809ac03 -r 2cece7df80c3 pidgin/gtkblist.c --- a/pidgin/gtkblist.c Sun Feb 15 21:56:25 2009 +0000 +++ b/pidgin/gtkblist.c Sun Feb 15 21:56:50 2009 +0000 @@ -66,7 +66,7 @@ #include #include -#define HEADLINE_CLOSE_SIZE 12 +#define HEADLINE_CLOSE_SIZE 11 typedef struct { @@ -5390,7 +5390,8 @@ NULL); gtk_widget_set_name(gtkblist->headline_hbox, "gtk-tooltips"); - gtkblist->headline_close = gtk_widget_render_icon(ebox, GTK_STOCK_CLOSE, HEADLINE_CLOSE_SIZE, NULL); + gtkblist->headline_close = gtk_widget_render_icon(ebox, GTK_STOCK_CLOSE, + gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_MICROSCOPIC), NULL); gtkblist->hand_cursor = gdk_cursor_new (GDK_HAND2); gtkblist->arrow_cursor = gdk_cursor_new (GDK_LEFT_PTR);