aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-send-recv.c
diff options
context:
space:
mode:
authorMichael Monreal <michael.monreal@gmail.com>2007-10-12 17:49:02 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-10-12 17:49:02 +0800
commit953e66428af9639028b3729b448d1fa01c340d09 (patch)
treed413a2f65852df6fe5fe6eee913378dab774ed23 /mail/mail-send-recv.c
parentbe9273d7bab214c49479b4cc96f0a2ffe26ce019 (diff)
downloadgsoc2013-evolution-953e66428af9639028b3729b448d1fa01c340d09.tar
gsoc2013-evolution-953e66428af9639028b3729b448d1fa01c340d09.tar.gz
gsoc2013-evolution-953e66428af9639028b3729b448d1fa01c340d09.tar.bz2
gsoc2013-evolution-953e66428af9639028b3729b448d1fa01c340d09.tar.lz
gsoc2013-evolution-953e66428af9639028b3729b448d1fa01c340d09.tar.xz
gsoc2013-evolution-953e66428af9639028b3729b448d1fa01c340d09.tar.zst
gsoc2013-evolution-953e66428af9639028b3729b448d1fa01c340d09.zip
** Migration of theme icons to data/icons/ (bug #479257)
2007-10-12 Michael Monreal <michael.monreal@gmail.com> ** Migration of theme icons to data/icons/ (bug #479257) * art/Makefile.am: Remove references to art/$size. * configure.in: Include new data/icons/ directory. * file e-util/e-icon-factory.c: Append a private icon directory to the search path. New inbox/outbox/sent icons. * mail/em-folder-tree.c, mail/mail-send-recv.c: Change icon references. New view-calendar icons. * calendar/gui/calendar-commands.c: Change icon references. svn path=/trunk/; revision=34383
Diffstat (limited to 'mail/mail-send-recv.c')
-rw-r--r--mail/mail-send-recv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c
index 83f146d5ff..a1580d6788 100644
--- a/mail/mail-send-recv.c
+++ b/mail/mail-send-recv.c
@@ -489,7 +489,7 @@ build_dialog (EAccountList *accounts, CamelFolder *outbox, const char *destinati
info->timeout_id = g_timeout_add (STATUS_TIMEOUT, operation_status_timeout, info);
recv_icon = e_icon_factory_get_image (
- "stock_mail-receive", E_ICON_SIZE_LARGE_TOOLBAR);
+ "mail-inbox", E_ICON_SIZE_LARGE_TOOLBAR);
pretty_url = format_url (source->url, account->name);
label = gtk_label_new (NULL);
gtk_label_set_ellipsize (
@@ -564,7 +564,7 @@ build_dialog (EAccountList *accounts, CamelFolder *outbox, const char *destinati
info->timeout_id = g_timeout_add (STATUS_TIMEOUT, operation_status_timeout, info);
send_icon = e_icon_factory_get_image (
- "mail-send", E_ICON_SIZE_LARGE_TOOLBAR);
+ "mail-outbox", E_ICON_SIZE_LARGE_TOOLBAR);
pretty_url = format_url (destination, NULL);
label = gtk_label_new (NULL);
gtk_label_set_ellipsize (