aboutsummaryrefslogtreecommitdiffstats
path: root/art
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-11 18:58:04 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-05-11 18:58:04 +0800
commit7902f5be99255afa3cd81dffe9f6ea75b2a57708 (patch)
tree0936aa5d75091154ed3d42ca50c748f45a921136 /art
parent730fa4cf41b25ad1c5e9a57ec97fd823ea6ff144 (diff)
downloadgsoc2013-evolution-7902f5be99255afa3cd81dffe9f6ea75b2a57708.tar
gsoc2013-evolution-7902f5be99255afa3cd81dffe9f6ea75b2a57708.tar.gz
gsoc2013-evolution-7902f5be99255afa3cd81dffe9f6ea75b2a57708.tar.bz2
gsoc2013-evolution-7902f5be99255afa3cd81dffe9f6ea75b2a57708.tar.lz
gsoc2013-evolution-7902f5be99255afa3cd81dffe9f6ea75b2a57708.tar.xz
gsoc2013-evolution-7902f5be99255afa3cd81dffe9f6ea75b2a57708.tar.zst
gsoc2013-evolution-7902f5be99255afa3cd81dffe9f6ea75b2a57708.zip
Fix for bug #398145
svn path=/trunk/; revision=33508
Diffstat (limited to 'art')
-rw-r--r--art/48x48/preferences-autocompletion.pngbin0 -> 3291 bytes
-rw-r--r--art/48x48/preferences-calendar-and-tasks.pngbin0 -> 2731 bytes
-rw-r--r--art/48x48/preferences-certificates.pngbin0 -> 1947 bytes
-rw-r--r--art/48x48/preferences-composer.pngbin0 -> 1971 bytes
-rw-r--r--art/48x48/preferences-mail-accounts.pngbin0 -> 3261 bytes
-rw-r--r--art/48x48/preferences-mail.pngbin0 -> 1532 bytes
-rw-r--r--art/ChangeLog6
-rw-r--r--art/Makefile.am10
8 files changed, 16 insertions, 0 deletions
diff --git a/art/48x48/preferences-autocompletion.png b/art/48x48/preferences-autocompletion.png
new file mode 100644
index 0000000000..49cfc21de3
--- /dev/null
+++ b/art/48x48/preferences-autocompletion.png
Binary files differ
diff --git a/art/48x48/preferences-calendar-and-tasks.png b/art/48x48/preferences-calendar-and-tasks.png
new file mode 100644
index 0000000000..7ce3270e73
--- /dev/null
+++ b/art/48x48/preferences-calendar-and-tasks.png
Binary files differ
diff --git a/art/48x48/preferences-certificates.png b/art/48x48/preferences-certificates.png
new file mode 100644
index 0000000000..7c03a240e5
--- /dev/null
+++ b/art/48x48/preferences-certificates.png
Binary files differ
diff --git a/art/48x48/preferences-composer.png b/art/48x48/preferences-composer.png
new file mode 100644
index 0000000000..49b0575687
--- /dev/null
+++ b/art/48x48/preferences-composer.png
Binary files differ
diff --git a/art/48x48/preferences-mail-accounts.png b/art/48x48/preferences-mail-accounts.png
new file mode 100644
index 0000000000..c8ab08f0c3
--- /dev/null
+++ b/art/48x48/preferences-mail-accounts.png
Binary files differ
diff --git a/art/48x48/preferences-mail.png b/art/48x48/preferences-mail.png
new file mode 100644
index 0000000000..a68d005edc
--- /dev/null
+++ b/art/48x48/preferences-mail.png
Binary files differ
diff --git a/art/ChangeLog b/art/ChangeLog
index ce1456c518..dfdd81939f 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-11 Jakub Steiner <jimmac@ximian.com>
+
+ ** Fix for bug #398145
+
+ * Makefile.am: Added Tango icons for preferences window in 48x48.
+
2007-02-12 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #350253
diff --git a/art/Makefile.am b/art/Makefile.am
index 575a559c79..8428795c1d 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -10,6 +10,15 @@ icon24_DATA = 24x24/evolution.png
icon32dir = $(datadir)/icons/hicolor/32x32/apps
icon32_DATA = 32x32/evolution.png
+icon48dir = $(datadir)/icons/hicolor/48x48/apps
+icon48_DATA = \
+ 48x48/preferences-autocompletion.png \
+ 48x48/preferences-calendar-and-tasks.png \
+ 48x48/preferences-certificates.png \
+ 48x48/preferences-composer.png \
+ 48x48/preferences-mail-accounts.png \
+ 48x48/preferences-mail.png
+
svgicondir = $(datadir)/icons/hicolor/scalable/apps
svgicon_DATA = scalable/evolution.svg
@@ -45,5 +54,6 @@ EXTRA_DIST = \
$(icon22_DATA) \
$(icon24_DATA) \
$(icon32_DATA) \
+ $(icon48_DATA) \
$(svgicon_DATA) \
$(images_DATA)