changeset 25473:2cece7df80c3

merge of '2c17cc8e7650eb9c9637576a402e905e45eb4f81' and '8d1c52de72341b58f7434926e37b42d25aa9cf71'
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 15 Feb 2009 21:56:50 +0000
parents 865fe809ac03 (current diff) e0dc8933ce26 (diff)
children 93463c6114aa
files pidgin/gtkblist.c
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <gtk/gtk.h>
 #include <gdk/gdk.h>
 
-#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);