mirror of
https://github.com/brl/mutter.git
synced 2024-11-21 15:40:41 -05: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>
|
||||
|
||||
* src/tools/Makefile.am (EXTRA_DIST): add $(icon_DATA)
|
||||
|
@ -222,7 +222,7 @@ main (int argc, char **argv)
|
||||
start = clock ();
|
||||
err = NULL;
|
||||
if (argc == 1)
|
||||
global_theme = meta_theme_load ("Default", &err);
|
||||
global_theme = meta_theme_load ("Atlanta", &err);
|
||||
else if (argc == 2)
|
||||
global_theme = meta_theme_load (argv[1], &err);
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user