mirror of
https://github.com/brl/mutter.git
synced 2024-11-08 23:16:20 -05:00
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.
This commit is contained in:
parent
7d7f8aab93
commit
b60bb724aa
@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
||||
2003-01-29 Havoc Pennington <hp@pobox.com>
|
||||
|
||||
* src/menu.c (meta_window_menu_new): don't create workspaces
|
||||
|
@ -114,7 +114,7 @@
|
||||
<applyto>/apps/metacity/general/theme</applyto>
|
||||
<owner>metacity</owner>
|
||||
<type>string</type>
|
||||
<default>Atlanta</default>
|
||||
<default>Simple</default>
|
||||
<locale name="C">
|
||||
<short>Current theme</short>
|
||||
<long>
|
||||
|
@ -4,7 +4,8 @@ THEMES= \
|
||||
Crux \
|
||||
Esco \
|
||||
AgingGorilla \
|
||||
Metabox
|
||||
Metabox \
|
||||
Simple
|
||||
|
||||
THEME_DIR=$(datadir)/themes
|
||||
THEME_SUBDIR=metacity-1
|
||||
|
Loading…
Reference in New Issue
Block a user