diff options
author | fluxgen <fluxgen> | 2007-10-08 05:51:56 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2007-10-08 05:51:56 (GMT) |
commit | fee1cc1a62fcdbec368f47e11183dd318c577475 (patch) | |
tree | 02fd7a4abd8e3a67bc290aba15d2cb85eccc8793 | |
parent | 9091cf107e69520344a1f3c426868feaf4fa2435 (diff) | |
download | fluxbox-fee1cc1a62fcdbec368f47e11183dd318c577475.zip fluxbox-fee1cc1a62fcdbec368f47e11183dd318c577475.tar.bz2 |
changed default style to bloeRelease-1_0_0
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,7 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0.0: | 2 | Changes for 1.0.0: |
3 | *07/10/08: | ||
4 | * Changed default style to bloe | ||
3 | *07/10/07: | 5 | *07/10/07: |
4 | * Added new style: bloe ( Thanks Sven Michel ) | 6 | * Added new style: bloe ( Thanks Sven Michel ) |
5 | * minor addons to fbgm (Thanks Patrik Wenger <paddor at gmail dot com>) | 7 | * minor addons to fbgm (Thanks Patrik Wenger <paddor at gmail dot com>) |
@@ -1,4 +1,5 @@ | |||
1 | News in 1.0.0: | 1 | News in 1.0.0: |
2 | * New default style: bloe | ||
2 | * New styles: | 3 | * New styles: |
3 | ostrich zimek_darkblue, zimek_green, zimek_bisque, | 4 | ostrich zimek_darkblue, zimek_green, zimek_bisque, |
4 | carp, arch, bora_black, bora_blue, bora_green, green_tea, bloe | 5 | carp, arch, bora_black, bora_blue, bora_green, green_tea, bloe |
diff --git a/configure.in b/configure.in index bab4235..85f315c 100644 --- a/configure.in +++ b/configure.in | |||
@@ -566,7 +566,7 @@ AC_ARG_WITH( | |||
566 | style, | 566 | style, |
567 | [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], | 567 | [ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)], |
568 | DEFAULT_STYLE=$with_style, | 568 | DEFAULT_STYLE=$with_style, |
569 | DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/Meta | 569 | DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe |
570 | ) | 570 | ) |
571 | AC_SUBST(DEFAULT_STYLE) | 571 | AC_SUBST(DEFAULT_STYLE) |
572 | 572 | ||