diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-05-29 04:55:01 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-05-29 04:55:01 +0800 |
commit | 2085b3a1a51fea95cc0be439114d733a49f51162 (patch) | |
tree | 07eb963522b900cdebd6fd14ed226ca4f4f776d9 | |
parent | 3d3918f0386e6c7ab1340eda6620d1bce10b998a (diff) | |
download | gsoc2013-evolution-2085b3a1a51fea95cc0be439114d733a49f51162.tar.gz gsoc2013-evolution-2085b3a1a51fea95cc0be439114d733a49f51162.tar.zst gsoc2013-evolution-2085b3a1a51fea95cc0be439114d733a49f51162.zip |
Bug 619783 - Web Addresses arrow button doesn't change
-rw-r--r-- | addressbook/gui/contact-editor/e-contact-editor.c | 2 |
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); } |