diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-08 06:25:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-11-08 06:25:30 +0800 |
commit | 6760cc72334346b8654fcd9fe1440890db55ac1b (patch) | |
tree | 577dee1f67b2d7bcf0423a89b03ef0b20b6730e2 /plugins/groupwise-features/proxy-login.c | |
parent | d6445f8abfa78c0a9c8680a3ba7422d331391f8f (diff) | |
download | gsoc2013-evolution-6760cc72334346b8654fcd9fe1440890db55ac1b.tar.gz gsoc2013-evolution-6760cc72334346b8654fcd9fe1440890db55ac1b.tar.zst gsoc2013-evolution-6760cc72334346b8654fcd9fe1440890db55ac1b.zip |
Merge revisions 36730:36736 from trunk.
svn path=/branches/kill-bonobo/; revision=36764
Diffstat (limited to 'plugins/groupwise-features/proxy-login.c')
-rw-r--r-- | plugins/groupwise-features/proxy-login.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/groupwise-features/proxy-login.c b/plugins/groupwise-features/proxy-login.c index 1dc35e940b..46210d0956 100644 --- a/plugins/groupwise-features/proxy-login.c +++ b/plugins/groupwise-features/proxy-login.c @@ -441,7 +441,7 @@ proxy_login_update_tree (void) char *proxy_email; EGwConnection *cnc; proxyLoginPrivate *priv = pld->priv; - gchar *file_name = e_icon_factory_get_icon_filename ("stock_person", 48); + gchar *file_name = e_icon_factory_get_icon_filename ("stock_person", E_ICON_SIZE_DIALOG); broken_image = file_name ? gdk_pixbuf_new_from_file (file_name, NULL) : NULL; cnc = proxy_login_get_cnc (pld->account, priv->main ? (GTK_WINDOW (gtk_widget_get_toplevel (priv->main))) : NULL); |