aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2008-04-14 06:04:21 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2008-04-14 06:04:21 +0800
commit0a53b0ce0a5b41b64095a73037c86101279414ca (patch)
treea64283d9bfe495bf2abb77eaa584b3317cbf5bd7 /mail
parent61bae7a9ebc136532781a7c05aff343e2795882f (diff)
downloadgsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.tar
gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.tar.gz
gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.tar.bz2
gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.tar.lz
gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.tar.xz
gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.tar.zst
gsoc2013-evolution-0a53b0ce0a5b41b64095a73037c86101279414ca.zip
Add an icon for Folder->New.
2008-04-13 Matthew Barnes <mbarnes@redhat.com> * mail/em-folder-browser.c: Add an icon for Folder->New. * ui/evolution-addressbook.xml: Add an icon for Edit->Select All. * ui/evolution-mail-list.xml: Add icons for Folder->Delete and Folder->Refresh. svn path=/trunk/; revision=35363
Diffstat (limited to 'mail')
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/em-folder-browser.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 34dbf8f3c6..5bbc9d0439 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-13 Matthew Barnes <mbarnes@redhat.com>
+
+ * em-folder-browser.c:
+ Add an icon for Folder->New.
+
2008-04-10 Matthew Barnes <mbarnes@redhat.com>
* mail-config.glade:
diff --git a/mail/em-folder-browser.c b/mail/em-folder-browser.c
index bbe4d29250..d8f5aa74ea 100644
--- a/mail/em-folder-browser.c
+++ b/mail/em-folder-browser.c
@@ -1703,6 +1703,7 @@ static BonoboUIVerb emfb_verbs[] = {
};
static EPixmap emfb_pixmaps[] = {
+ E_PIXMAP ("/commands/FolderCreate", "folder-new", E_ICON_SIZE_MENU),
E_PIXMAP ("/commands/ChangeFolderProperties", "document-properties", E_ICON_SIZE_MENU),
E_PIXMAP ("/commands/FolderCopy", "folder-copy", E_ICON_SIZE_MENU),
E_PIXMAP ("/commands/FolderMove", "folder-move", E_ICON_SIZE_MENU),