diff --git a/ChangeLog b/ChangeLog index 71e5b448b..e830564e3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Jan 30 22:55:16 2003 Jonathan Blandford + + * src/themes/Makefile.am (THEMES): add Simple to the list of + themes. + + * src/metacity.schemas.in: change default theme to Simple. + 2003-01-29 Havoc Pennington * src/menu.c (meta_window_menu_new): don't create workspaces diff --git a/src/metacity.schemas.in b/src/metacity.schemas.in index 0c0bb03a6..e79afc853 100644 --- a/src/metacity.schemas.in +++ b/src/metacity.schemas.in @@ -114,7 +114,7 @@ /apps/metacity/general/theme metacity string - Atlanta + Simple Current theme diff --git a/src/themes/Makefile.am b/src/themes/Makefile.am index ad73ab27d..9d0bd5ee8 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