Mercurial > pidgin
changeset 15544: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 | cb6bb41291c8 |
children | f4686fc100ec 29a03d2d2395 |
files | pidgin/gtkblist.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)) {