diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2009-01-28 11:49:20 +0000 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@src.gnome.org> | 2009-01-28 11:49:20 +0000 |
commit | 6ea5ee4b327abe4489a86a379716f3da8f1ed890 (patch) | |
tree | f2bc1935559f786f64f733b249e8c94f36eaa881 /configure.in | |
parent | 7063d9c2163629eac642e58c832e6a17ccb8911e (diff) | |
download | nautilus-6ea5ee4b327abe4489a86a379716f3da8f1ed890.tar.gz |
Bring icon handling to the 21th century. Add an emblem-note icon, this is
2009-01-28 Cosimo Cecchi <cosimoc@gnome.org>
* data/icons/*:
Bring icon handling to the 21th century.
Add an emblem-note icon, this is copied from g-i-t "stock_note"
icon right now, but we might change this later.
* src/nautilus-application.c: (nautilus_application_init):
add a lookup path for custom themable icons.
This also fixes bug #569407. Thanks to Lapo Calamandrei for
the tips on icon naming.
svn path=/trunk/; revision=14891
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.in b/configure.in index 8aceb52f3..21a537136 100644 --- a/configure.in +++ b/configure.in @@ -480,16 +480,6 @@ cut-n-paste-code/Makefile cut-n-paste-code/libegg/Makefile data/Makefile data/icons/Makefile -data/icons/16x16/Makefile -data/icons/16x16/apps/Makefile -data/icons/22x22/Makefile -data/icons/22x22/apps/Makefile -data/icons/24x24/Makefile -data/icons/24x24/apps/Makefile -data/icons/32x32/Makefile -data/icons/32x32/apps/Makefile -data/icons/scalable/Makefile -data/icons/scalable/apps/Makefile data/patterns/Makefile docs/Makefile docs/reference/Makefile |