aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/comp-editor.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-08-03 11:12:49 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-08-03 11:12:49 +0800
commite3627ebef641dfb700b1bbc713c0855a771aa384 (patch)
tree425fabf4ede52b2d56e30d1939cd06b44d1560b7 /calendar/gui/dialogs/comp-editor.c
parent08d2ba56725cce26494d90b396e00581f966ad22 (diff)
downloadgsoc2013-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 'calendar/gui/dialogs/comp-editor.c')
-rw-r--r--calendar/gui/dialogs/comp-editor.c2
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)) {