aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-features/proxy.c
diff options
context:
space:
mode:
authorRob Bradford <rob@linux.intel.com>2010-08-02 02:29:56 +0800
committerRob Bradford <rob@linux.intel.com>2010-08-02 17:58:43 +0800
commitb6b72b0c4a269333d5375e864a82e6b9588ffd07 (patch)
tree15c83485b645c54305135c34a6a30754469e718a /plugins/groupwise-features/proxy.c
parent131c0ddfe3f5b6a96fffe99a6692e38f886f122b (diff)
downloadgsoc2013-evolution-b6b72b0c4a269333d5375e864a82e6b9588ffd07.tar
gsoc2013-evolution-b6b72b0c4a269333d5375e864a82e6b9588ffd07.tar.gz
gsoc2013-evolution-b6b72b0c4a269333d5375e864a82e6b9588ffd07.tar.bz2
gsoc2013-evolution-b6b72b0c4a269333d5375e864a82e6b9588ffd07.tar.lz
gsoc2013-evolution-b6b72b0c4a269333d5375e864a82e6b9588ffd07.tar.xz
gsoc2013-evolution-b6b72b0c4a269333d5375e864a82e6b9588ffd07.tar.zst
gsoc2013-evolution-b6b72b0c4a269333d5375e864a82e6b9588ffd07.zip
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
Diffstat (limited to 'plugins/groupwise-features/proxy.c')
-rw-r--r--plugins/groupwise-features/proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-features/proxy.c b/plugins/groupwise-features/proxy.c
index d8471ab050..7b3cae23a8 100644
--- a/plugins/groupwise-features/proxy.c
+++ b/plugins/groupwise-features/proxy.c
@@ -606,7 +606,7 @@ proxy_update_tree_view (EAccount *account)
GdkPixbuf *broken_image = NULL;
GList *list_iter;
proxyHandler *aclInstance;
- gchar *file_name = e_icon_factory_get_icon_filename ("stock_person", GTK_ICON_SIZE_DIALOG);
+ gchar *file_name = e_icon_factory_get_icon_filename ("avatar-default", GTK_ICON_SIZE_DIALOG);
proxyDialogPrivate *priv;
prd = g_object_get_data ((GObject *)account, "prd");