diff pidgin/gtkstatusbox.c @ 16301:c5a8103aa9a4

New select-avatar image from hbons
author Stu Tomlinson <stu@nosnilmot.com>
date Sun, 22 Apr 2007 21:29:07 +0000
parents 78f798d99d3a
children cf62255b0a74
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c	Sun Apr 22 17:59:19 2007 +0000
+++ b/pidgin/gtkstatusbox.c	Sun Apr 22 21:29:07 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");
 	}