mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
- change default theme-viewer theme to be Atlanta
This commit is contained in:
parent
e48976b926
commit
dffad0e982
@ -1,3 +1,8 @@
|
|||||||
|
2002-02-11 Bastien Nocera <hadess@hadess.net>
|
||||||
|
|
||||||
|
* src/theme-viewer.c: (main): change default theme to be Atlanta
|
||||||
|
like in the .schema file
|
||||||
|
|
||||||
2002-02-10 Havoc Pennington <hp@pobox.com>
|
2002-02-10 Havoc Pennington <hp@pobox.com>
|
||||||
|
|
||||||
* src/tools/Makefile.am (EXTRA_DIST): add $(icon_DATA)
|
* src/tools/Makefile.am (EXTRA_DIST): add $(icon_DATA)
|
||||||
|
@ -222,7 +222,7 @@ main (int argc, char **argv)
|
|||||||
start = clock ();
|
start = clock ();
|
||||||
err = NULL;
|
err = NULL;
|
||||||
if (argc == 1)
|
if (argc == 1)
|
||||||
global_theme = meta_theme_load ("Default", &err);
|
global_theme = meta_theme_load ("Atlanta", &err);
|
||||||
else if (argc == 2)
|
else if (argc == 2)
|
||||||
global_theme = meta_theme_load (argv[1], &err);
|
global_theme = meta_theme_load (argv[1], &err);
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user