diff options
author | Jonathan Blandford <jrb@redhat.com> | 2003-01-31 03:57:01 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2003-01-31 03:57:01 +0000 |
commit | b60bb724aa3bfe2d3ef32d279f44d4e4dbd34b19 (patch) | |
tree | 8ca59fba1589c587fdbd1dee0f93c25485a70992 /src/themes | |
parent | 7d7f8aab9399806a049e81725d20ad256be604dd (diff) | |
download | metacity-b60bb724aa3bfe2d3ef32d279f44d4e4dbd34b19.tar.gz |
add Simple to the list of themes.
Thu Jan 30 22:55:16 2003 Jonathan Blandford <jrb@redhat.com>
* src/themes/Makefile.am (THEMES): add Simple to the list of
themes.
* src/metacity.schemas.in: change default theme to Simple.
Diffstat (limited to 'src/themes')
-rw-r--r-- | src/themes/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/themes/Makefile.am b/src/themes/Makefile.am index ad73ab27..9d0bd5ee 100644 --- a/src/themes/Makefile.am +++ b/src/themes/Makefile.am @@ -4,7 +4,8 @@ THEMES= \ Crux \ Esco \ AgingGorilla \ - Metabox + Metabox \ + Simple THEME_DIR=$(datadir)/themes THEME_SUBDIR=metacity-1 |