diff pidgin/gtkstatusbox.c @ 16323:cf62255b0a74

merge of 'b2ed97746412540812181f94bcb3e2f077321052' and 'e3a16be06e623901a0b1943a8dd9fa206d02874f'
author Mark Doliner <mark@kingant.net>
date Mon, 23 Apr 2007 07:44:12 +0000
parents 2149a071e8d2 c5a8103aa9a4
children 89328a54948b 6b4e778ee4b4
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c	Mon Apr 23 07:03:53 2007 +0000
+++ b/pidgin/gtkstatusbox.c	Mon Apr 23 07:44:12 2007 +0000
@@ -2047,9 +2047,9 @@
 	if (status_box->buddy_icon == NULL)
 	{
 		/* Show a placeholder icon */
-		GtkIconSize icon_size = gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_EXTRA_SMALL);
+		GtkIconSize icon_size = gtk_icon_size_from_name(PIDGIN_ICON_SIZE_TANGO_SMALL);
 		status_box->buddy_icon = gtk_widget_render_icon(GTK_WIDGET(status_box),
-		                                                PIDGIN_STOCK_TOOLBAR_INSERT_IMAGE,
+		                                                PIDGIN_STOCK_TOOLBAR_SELECT_AVATAR,
 		                                                icon_size, "PidginStatusBox");
 	}