diff options
author | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-05-01 02:53:52 +0000 |
---|---|---|
committer | Ramiro Estrugo <ramiro@src.gnome.org> | 2001-05-01 02:53:52 +0000 |
commit | 59ea0f11849b8468ad70be042ac2bdf0eb148dcd (patch) | |
tree | d06b67a1e04db8ff80d5b5641c8e0d4ed698eb8e | |
parent | 798ac5d04b4affad08e09a28b3ef292b8eb3125e (diff) | |
download | nautilus-59ea0f11849b8468ad70be042ac2bdf0eb148dcd.tar.gz |
Forgot to change arlo to crux_teal in these 3.
* icons/crux_teal/backgrounds/Makefile.am:
* icons/crux_teal/sidebar_tab_pieces/Makefile.am:
* icons/crux_teal/throbber/Makefile.am:
Forgot to change arlo to crux_teal in these 3.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | icons/crux_teal/backgrounds/Makefile.am | 8 | ||||
-rw-r--r-- | icons/crux_teal/sidebar_tab_pieces/Makefile.am | 8 | ||||
-rw-r--r-- | icons/crux_teal/throbber/Makefile.am | 4 |
4 files changed, 17 insertions, 10 deletions
@@ -1,5 +1,12 @@ 2001-04-30 Ramiro Estrugo <ramiro@eazel.com> + * icons/crux_teal/backgrounds/Makefile.am: + * icons/crux_teal/sidebar_tab_pieces/Makefile.am: + * icons/crux_teal/throbber/Makefile.am: + Forgot to change arlo to crux_teal in these 3. + +2001-04-30 Ramiro Estrugo <ramiro@eazel.com> + * configure.in: * icons/Makefile.am: * nautilus.spec.in: diff --git a/icons/crux_teal/backgrounds/Makefile.am b/icons/crux_teal/backgrounds/Makefile.am index 951da6cba..9c8b48a02 100644 --- a/icons/crux_teal/backgrounds/Makefile.am +++ b/icons/crux_teal/backgrounds/Makefile.am @@ -1,7 +1,7 @@ -arlodir = $(datadir)/pixmaps/nautilus/arlo/backgrounds +crux_tealdir = $(datadir)/pixmaps/nautilus/crux_teal/backgrounds -arlo_DATA = \ +crux_teal_DATA = \ background_pattern.png \ window_pattern.png - -EXTRA_DIST = $(arlo_DATA) + +EXTRA_DIST = $(crux_teal_DATA) diff --git a/icons/crux_teal/sidebar_tab_pieces/Makefile.am b/icons/crux_teal/sidebar_tab_pieces/Makefile.am index 1afd63eac..6b6aba958 100644 --- a/icons/crux_teal/sidebar_tab_pieces/Makefile.am +++ b/icons/crux_teal/sidebar_tab_pieces/Makefile.am @@ -1,8 +1,8 @@ NULL= -arlotabdir = $(datadir)/pixmaps/nautilus/arlo/sidebar_tab_pieces +crux_tealtabdir = $(datadir)/pixmaps/nautilus/crux_teal/sidebar_tab_pieces -arlotab_DATA = \ +crux_tealtab_DATA = \ fill-active.png \ fill-active-prelight.png \ fill-empty-space.png \ @@ -23,5 +23,5 @@ arlotab_DATA = \ right-top-prelight.png \ right-top.png \ $(NULL) - -EXTRA_DIST = $(arlotab_DATA) + +EXTRA_DIST = $(crux_tealtab_DATA) diff --git a/icons/crux_teal/throbber/Makefile.am b/icons/crux_teal/throbber/Makefile.am index cc5519d08..c8e4db356 100644 --- a/icons/crux_teal/throbber/Makefile.am +++ b/icons/crux_teal/throbber/Makefile.am @@ -1,6 +1,6 @@ NULL= -throbberdir = $(datadir)/pixmaps/nautilus/arlo/throbber +throbberdir = $(datadir)/pixmaps/nautilus/crux_teal/throbber throbber_DATA = \ 001.png \ @@ -35,5 +35,5 @@ throbber_DATA = \ 030.png \ rest.png \ $(NULL) - + EXTRA_DIST = $(throbber_DATA) |