diff options
author | Bastien Nocera <hadess@hadess.net> | 2007-12-11 17:00:58 +0000 |
---|---|---|
committer | Bastien Nocera <hadess@src.gnome.org> | 2007-12-11 17:00:58 +0000 |
commit | 3924c18b2ae9577e73010cb999604af4e409e05d (patch) | |
tree | 26cd47cee8b5736d59b7db2ec0e43c630e6c9e5a /data/icons | |
parent | dabcf77968c7396c00fe97e01524ecad6cbdef71 (diff) |
Add 48x48 icon, so the icon isn't tiny when drag'n'dropping it on the
2007-12-11 Bastien Nocera <hadess@hadess.net>
* configure.in:
* data/icons/48x48/Makefile.am:
* data/icons/Makefile.am: Add 48x48 icon, so the icon
isn't tiny when drag'n'dropping it on the desktop,
icon from Andreas Nilsson (Closes: #502931)
svn path=/trunk/; revision=4969
Diffstat (limited to 'data/icons')
-rw-r--r-- | data/icons/48x48/Makefile.am | 4 | ||||
-rw-r--r-- | data/icons/48x48/totem.png | bin | 0 -> 5045 bytes | |||
-rw-r--r-- | data/icons/Makefile.am | 2 |
3 files changed, 5 insertions, 1 deletions
diff --git a/data/icons/48x48/Makefile.am b/data/icons/48x48/Makefile.am new file mode 100644 index 00000000..5771d705 --- /dev/null +++ b/data/icons/48x48/Makefile.am @@ -0,0 +1,4 @@ +icondir = $(datadir)/icons/hicolor/48x48/apps +icon_DATA = totem.png + +EXTRA_DIST = $(icon_DATA) diff --git a/data/icons/48x48/totem.png b/data/icons/48x48/totem.png Binary files differnew file mode 100644 index 00000000..f3723dda --- /dev/null +++ b/data/icons/48x48/totem.png diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index ca482143..31513f34 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1 +1 @@ -SUBDIRS = 16x16 22x22 24x24 32x32 scalable +SUBDIRS = 16x16 22x22 24x24 32x32 48x48 scalable |