From b6b72b0c4a269333d5375e864a82e6b9588ffd07 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Sun, 1 Aug 2010 19:29:56 +0100 Subject: addressbook/gui, plugins/groupwise, widgets/misc: Update to new icon theme Since gnome-icon-theme 2.30.x the icon name for the default avatar has changed from stock_person to avatar-default Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=616822 --- widgets/misc/e-image-chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets/misc') diff --git a/widgets/misc/e-image-chooser.c b/widgets/misc/e-image-chooser.c index e4474135f8..ed0a9e2327 100644 --- a/widgets/misc/e-image-chooser.c +++ b/widgets/misc/e-image-chooser.c @@ -422,7 +422,7 @@ e_image_chooser_class_init (EImageChooserClass *class) "icon-name", "Icon Name", NULL, - "stock_person", + "avatar-default", G_PARAM_READWRITE | G_PARAM_CONSTRUCT_ONLY)); -- cgit v1.2.3