diff options
Diffstat (limited to 'addressbook')
-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); } |