changeset 12971:7bd4dbf26c00

[gaim-migrate @ 15324] Scale the buddy icons in the non-full tooltips, as I mentioned on gaim-devel. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 20 Jan 2006 20:36:43 +0000
parents ec9b92104904
children bbf068a15a53
files src/gtkblist.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkblist.c	Fri Jan 20 20:35:18 2006 +0000
+++ b/src/gtkblist.c	Fri Jan 20 20:36:43 2006 +0000
@@ -2083,7 +2083,7 @@
 	struct tooltip_data *td = g_new0(struct tooltip_data, 1);
 
 	td->status_icon = gaim_gtk_blist_get_status_icon(node, GAIM_STATUS_ICON_LARGE);
-	td->avatar = gaim_gtk_blist_get_buddy_icon(node, FALSE, FALSE);
+	td->avatar = gaim_gtk_blist_get_buddy_icon(node, !full, FALSE);
 	tooltip_text = gaim_get_tooltip_text(node, full);
 	td->layout = gtk_widget_create_pango_layout(gtkblist->tipwindow, NULL);
 	pango_layout_set_markup(td->layout, tooltip_text, -1);