diff options
author | Michael Monreal <mmonreal@svn.gnome.org> | 2008-08-06 17:32:08 +0800 |
---|---|---|
committer | Michael Monreal <mmonreal@src.gnome.org> | 2008-08-06 17:32:08 +0800 |
commit | 6bf36561f19fede5232329407dbdbd1dec82f33c (patch) | |
tree | 84009088fa3a450d4e47e2f420d3fac3e4c28ad4 /calendar/gui/GNOME_Evolution_Calendar.server.in.in | |
parent | bf34b073d751e66757d0b804f974c02df2d88b8c (diff) | |
download | gsoc2013-evolution-6bf36561f19fede5232329407dbdbd1dec82f33c.tar.gz gsoc2013-evolution-6bf36561f19fede5232329407dbdbd1dec82f33c.tar.zst gsoc2013-evolution-6bf36561f19fede5232329407dbdbd1dec82f33c.zip |
** Fix for bug #467115
2008-08-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #467115
* addressbook/gui/component/addressbook-view.c:
(addressbook_view_init):
* calendar/gui/GNOME_Evolution_Calendar.server.in.in:
* calendar/gui/memos-component.c: (create_component_view):
* calendar/gui/tasks-component.c: (create_component_view):
* data/icons/Makefile.am:
* mail/GNOME_Evolution_Mail.server.in.in:
* mail/mail-component.c: (impl_createView):
Ship and use tango icons for the mail, tasks and memos components.
svn path=/trunk/; revision=35915
Diffstat (limited to 'calendar/gui/GNOME_Evolution_Calendar.server.in.in')
-rw-r--r-- | calendar/gui/GNOME_Evolution_Calendar.server.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/GNOME_Evolution_Calendar.server.in.in b/calendar/gui/GNOME_Evolution_Calendar.server.in.in index fb5d1160cb..ad228ff451 100644 --- a/calendar/gui/GNOME_Evolution_Calendar.server.in.in +++ b/calendar/gui/GNOME_Evolution_Calendar.server.in.in @@ -74,7 +74,7 @@ <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*4"/> <oaf_attribute name="evolution:button_label" type="string" _value="Tasks"/> <oaf_attribute name="evolution:button_tooltips" type="string" _value="Tasks"/> - <oaf_attribute name="evolution:button_icon" type="string" value="stock_todo"/> + <oaf_attribute name="evolution:button_icon" type="string" value="evolution-tasks"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-7"/> <oaf_attribute name="evolution:uri_schemas" type="stringv"> @@ -99,7 +99,7 @@ <oaf_attribute name="evolution:menu_accelerator" type="string" value="*Control*5"/> <oaf_attribute name="evolution:button_label" type="string" _value="Memos"/> <oaf_attribute name="evolution:button_tooltips" type="string" _value="Memos"/> - <oaf_attribute name="evolution:button_icon" type="string" value="stock_notes"/> + <oaf_attribute name="evolution:button_icon" type="string" value="evolution-memos"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-6"/> </oaf_server> |