aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2006-04-26 17:01:42 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2006-04-26 17:01:42 +0800
commit13c5abb9db656476d29e15c4956bc2e8181e72b9 (patch)
tree7d68e2fb3efddcefc34af415e5716d0aa9c844b8 /calendar
parent618866b2e15917dfaeca22c084286f0b4f0095eb (diff)
downloadgsoc2013-evolution-13c5abb9db656476d29e15c4956bc2e8181e72b9.tar
gsoc2013-evolution-13c5abb9db656476d29e15c4956bc2e8181e72b9.tar.gz
gsoc2013-evolution-13c5abb9db656476d29e15c4956bc2e8181e72b9.tar.bz2
gsoc2013-evolution-13c5abb9db656476d29e15c4956bc2e8181e72b9.tar.lz
gsoc2013-evolution-13c5abb9db656476d29e15c4956bc2e8181e72b9.tar.xz
gsoc2013-evolution-13c5abb9db656476d29e15c4956bc2e8181e72b9.tar.zst
gsoc2013-evolution-13c5abb9db656476d29e15c4956bc2e8181e72b9.zip
Committing patch from PR Suman to add icons missing in menu items.
svn path=/trunk/; revision=31901
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/dialogs/comp-editor.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 65a2403dfe..3e9029be29 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,4 +1,11 @@
2006-04-26 Srinivasa Ragavan <sragavan@novell.com>
+
+ ** Patch from PR Suman to add icons missing in menu items.
+
+ * gui/dialogs/comp-editor.c: Added Attach icon to menu.
+ * gui/dialogs/event-editor.c: Added free/busy and recurrence icons.
+
+2006-04-26 Srinivasa Ragavan <sragavan@novell.com>
Cairo Updates from Rajeev. Now it draws a solid border around the
event.
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index f6fa0e9730..5aa39dae90 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -1390,6 +1390,7 @@ static BonoboUIVerb verbs [] = {
static EPixmap pixmaps[] = {
E_PIXMAP ("/Toolbar/InsertAttachments", "stock_attach", E_ICON_SIZE_LARGE_TOOLBAR),
+ E_PIXMAP ("/menu/Insert/Attachments/InsertAttachments", "stock_attach", E_ICON_SIZE_MENU),
E_PIXMAP_END
};