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 /calendar/gui/dialogs/comp-editor.c | |
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 'calendar/gui/dialogs/comp-editor.c')
-rw-r--r-- | calendar/gui/dialogs/comp-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c index 840ffc9d9d..fa7054d942 100644 --- a/calendar/gui/dialogs/comp-editor.c +++ b/calendar/gui/dialogs/comp-editor.c @@ -927,7 +927,7 @@ update_window_border (CompEditor *editor, if (editor->priv->comp == NULL) { title = g_strdup (_("Edit Appointment")); - icon_name = "stock_calendar"; + icon_name = "x-office-calendar"; goto exit; } else switch (e_cal_component_get_vtype (editor->priv->comp)) { |