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