changed default style to bloe

This commit is contained in:
fluxgen 2007-10-08 05:51:56 +00:00
parent 9091cf107e
commit fee1cc1a62
3 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,7 @@
(Format: Year/Month/Day)
Changes for 1.0.0:
*07/10/08:
* Changed default style to bloe
*07/10/07:
* Added new style: bloe ( Thanks Sven Michel )
* minor addons to fbgm (Thanks Patrik Wenger <paddor at gmail dot com>)

1
NEWS
View file

@ -1,4 +1,5 @@
News in 1.0.0:
* New default style: bloe
* New styles:
ostrich zimek_darkblue, zimek_green, zimek_bisque,
carp, arch, bora_black, bora_blue, bora_green, green_tea, bloe

View file

@ -566,7 +566,7 @@ AC_ARG_WITH(
style,
[ --with-style=path style by default (PREFIX/share/fluxbox/styles/Meta)],
DEFAULT_STYLE=$with_style,
DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/Meta
DEFAULT_STYLE=\$\(prefix\)/share/fluxbox/styles/bloe
)
AC_SUBST(DEFAULT_STYLE)