aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-05-29 04:55:01 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-05-29 04:55:01 +0800
commit2085b3a1a51fea95cc0be439114d733a49f51162 (patch)
tree07eb963522b900cdebd6fd14ed226ca4f4f776d9 /addressbook
parent3d3918f0386e6c7ab1340eda6620d1bce10b998a (diff)
downloadgsoc2013-evolution-2085b3a1a51fea95cc0be439114d733a49f51162.tar
gsoc2013-evolution-2085b3a1a51fea95cc0be439114d733a49f51162.tar.gz
gsoc2013-evolution-2085b3a1a51fea95cc0be439114d733a49f51162.tar.bz2
gsoc2013-evolution-2085b3a1a51fea95cc0be439114d733a49f51162.tar.lz
gsoc2013-evolution-2085b3a1a51fea95cc0be439114d733a49f51162.tar.xz
gsoc2013-evolution-2085b3a1a51fea95cc0be439114d733a49f51162.tar.zst
gsoc2013-evolution-2085b3a1a51fea95cc0be439114d733a49f51162.zip
Bug 619783 - Web Addresses arrow button doesn't change
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index e1d064f94a..2cb975725f 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -1168,7 +1168,7 @@ expand_web (EContactEditor *editor, gboolean expanded)
"entry-videourl", "entry-fburl",
NULL
};
- set_arrow_image (editor, "arrow-phone-expand", expanded);
+ set_arrow_image (editor, "arrow-web-expand", expanded);
expand_widget_list (editor, names, expanded);
}