diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-03 11:12:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-03 11:12:49 +0800 |
commit | e3627ebef641dfb700b1bbc713c0855a771aa384 (patch) | |
tree | 425fabf4ede52b2d56e30d1939cd06b44d1560b7 /addressbook | |
parent | 08d2ba56725cce26494d90b396e00581f966ad22 (diff) | |
download | gsoc2013-evolution-e3627ebef641dfb700b1bbc713c0855a771aa384.tar gsoc2013-evolution-e3627ebef641dfb700b1bbc713c0855a771aa384.tar.gz gsoc2013-evolution-e3627ebef641dfb700b1bbc713c0855a771aa384.tar.bz2 gsoc2013-evolution-e3627ebef641dfb700b1bbc713c0855a771aa384.tar.lz gsoc2013-evolution-e3627ebef641dfb700b1bbc713c0855a771aa384.tar.xz gsoc2013-evolution-e3627ebef641dfb700b1bbc713c0855a771aa384.tar.zst gsoc2013-evolution-e3627ebef641dfb700b1bbc713c0855a771aa384.zip |
** Fixes bug #546057
2008-08-02 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #546057
* gui/component/GNOME_Evolution_Addressbook.server.in.in:
* gui/contact-list-editor/contact-list-editor.glade:
Use "x-office-address-book" icon name instead of "stock_addressbook".
* gui/GNOME_Evolution_Calendar.server.in.in:
* gui/calendar-component.c:
* gui/e-calendar-view.c:
* gui/dialogs/alarm-dialog.c:
* gui/dialogs/alarm-list-dialog.c:
* gui/dialogs/changed-comp.c:
* gui/dialogs/comp-editor.c:
* gui/dialogs/delete-error.c:
* gui/dialogs/select-source-dialog.c:
Use "x-office-calendar" icon name instead of "stock_calendar".
svn path=/trunk/; revision=35892
Diffstat (limited to 'addressbook')
-rw-r--r-- | addressbook/ChangeLog | 8 | ||||
-rw-r--r-- | addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in | 2 | ||||
-rw-r--r-- | addressbook/gui/contact-list-editor/contact-list-editor.glade | 2 |
3 files changed, 10 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 323d755f34..ad97f391c0 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,11 @@ +2008-08-02 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #546057 + + * gui/component/GNOME_Evolution_Addressbook.server.in.in: + * gui/contact-list-editor/contact-list-editor.glade: + Use "x-office-address-book" icon name instead of "stock_addressbook". + 2008-07-30 Milan Crha <mcrha@redhat.com> ** Part of fix for bug #211267 diff --git a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in index feef3bdfc9..4fe2ce7a6a 100644 --- a/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in +++ b/addressbook/gui/component/GNOME_Evolution_Addressbook.server.in.in @@ -50,7 +50,7 @@ <oaf_attribute name="evolution:button_label" type="string" _value="Contacts"/> <oaf_attribute name="evolution:button_tooltips" type="string" _value="Contacts"/> <oaf_attribute name="evolution:button_sort_order" type="string" value="-9"/> - <oaf_attribute name="evolution:button_icon" type="string" value="stock_addressbook"/> + <oaf_attribute name="evolution:button_icon" type="string" value="x-office-address-book"/> </oaf_server> diff --git a/addressbook/gui/contact-list-editor/contact-list-editor.glade b/addressbook/gui/contact-list-editor/contact-list-editor.glade index 3402e27542..497be08c85 100644 --- a/addressbook/gui/contact-list-editor/contact-list-editor.glade +++ b/addressbook/gui/contact-list-editor/contact-list-editor.glade @@ -28,7 +28,7 @@ <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="icon_size">6</property> - <property name="icon_name">stock_addressbook</property> + <property name="icon_name">x-office-address-book</property> </widget> <packing> <property name="left_attach">1</property> |