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/gui/contact-list-editor | |
parent | 08d2ba56725cce26494d90b396e00581f966ad22 (diff) | |
download | gsoc2013-evolution-e3627ebef641dfb700b1bbc713c0855a771aa384.tar.gz 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/gui/contact-list-editor')
-rw-r--r-- | addressbook/gui/contact-list-editor/contact-list-editor.glade | 2 |
1 files changed, 1 insertions, 1 deletions
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> |