diff pidgin/gtkblist.c @ 15545:82e3cff11243

Perhaps a 22px icon is better in the tooltip
author Sean Egan <seanegan@gmail.com>
date Sun, 04 Feb 2007 10:17:59 +0000
parents 84b3ab83df35
children 29a03d2d2395
line wrap: on
line diff
--- a/pidgin/gtkblist.c	Sun Feb 04 09:51:11 2007 +0000
+++ b/pidgin/gtkblist.c	Sun Feb 04 10:17:59 2007 +0000
@@ -2234,7 +2234,7 @@
  *
  * 
  */
-#define STATUS_SIZE 32
+#define STATUS_SIZE 22
 #define TOOLTIP_BORDER 12
 #define SMALL_SPACE 6
 #define LARGE_SPACE 12
@@ -3044,7 +3044,7 @@
 	struct _pidgin_blist_node *gtkbuddynode = NULL;
 	GaimBuddy *buddy = NULL;
 	GaimChat *chat = NULL;
-	GtkIconSize icon_size = gtk_icon_size_from_name((size == PIDGIN_STATUS_ICON_LARGE) ? PIDGIN_ICON_SIZE_TANGO_MEDIUM :
+	GtkIconSize icon_size = gtk_icon_size_from_name((size == PIDGIN_STATUS_ICON_LARGE) ? PIDGIN_ICON_SIZE_TANGO_SMALL :
 											 PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL);
 
 	if(GAIM_BLIST_NODE_IS_CONTACT(node)) {