diff options
author | Michael Monreal <mmonreal@svn.gnome.org> | 2007-10-31 18:49:24 +0800 |
---|---|---|
committer | Michael Monreal <mmonreal@src.gnome.org> | 2007-10-31 18:49:24 +0800 |
commit | 6371f6744d19e9b4723b91f560f731ebcbc23c9e (patch) | |
tree | 961db49bafe5941a573b4dbdcd4c13837fca3ff9 /addressbook/gui/component/addressbook-view.c | |
parent | 53c075e4c544f95de4a55dae1c73621e165c08eb (diff) | |
download | gsoc2013-evolution-6371f6744d19e9b4723b91f560f731ebcbc23c9e.tar gsoc2013-evolution-6371f6744d19e9b4723b91f560f731ebcbc23c9e.tar.gz gsoc2013-evolution-6371f6744d19e9b4723b91f560f731ebcbc23c9e.tar.bz2 gsoc2013-evolution-6371f6744d19e9b4723b91f560f731ebcbc23c9e.tar.lz gsoc2013-evolution-6371f6744d19e9b4723b91f560f731ebcbc23c9e.tar.xz gsoc2013-evolution-6371f6744d19e9b4723b91f560f731ebcbc23c9e.tar.zst gsoc2013-evolution-6371f6744d19e9b4723b91f560f731ebcbc23c9e.zip |
** Fix for bug #484064
2007-10-31 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #484064
* gui/component/addressbook-view.c:
* gui/widgets/e-addressbook-view.c:
Use mail-message-new instead of mail-send for composing
mail to contact, contacts or group.
svn path=/trunk/; revision=34464
Diffstat (limited to 'addressbook/gui/component/addressbook-view.c')
-rw-r--r-- | addressbook/gui/component/addressbook-view.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-view.c b/addressbook/gui/component/addressbook-view.c index 8d6bbf8445..8fcf39cc29 100644 --- a/addressbook/gui/component/addressbook-view.c +++ b/addressbook/gui/component/addressbook-view.c @@ -623,7 +623,7 @@ static EPixmap pixmaps [] = { E_PIXMAP ("/commands/ContactsPrintPreview", "document-print-preview", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/ContactsSaveAsVCard", "document-save-as", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/ContactsSendContactToOther", "mail-forward", E_ICON_SIZE_MENU), - E_PIXMAP ("/commands/ContactsSendMessageToContact", "mail-send", E_ICON_SIZE_MENU), + E_PIXMAP ("/commands/ContactsSendMessageToContact", "mail-message-new", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderCopy", "edit-copy", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderDelete", "edit-delete", E_ICON_SIZE_MENU), E_PIXMAP ("/commands/FolderMove", "stock_folder-move", E_ICON_SIZE_MENU), |