look for themes in ~/.themes/NAME/metacity-1/ and

2002-07-24  Havoc Pennington  <hp@redhat.com>

	* src/theme-parser.c (meta_theme_load): look for themes in
	~/.themes/NAME/metacity-1/ and datadir/themes/NAME/metacity-1
	instead of the old locations.

	* src/themes/Makefile.am: install themes to
	datadir/themes/NAME/metacity-1/ to match how GTK works, breaking
	third-party themes yet again! woot!
This commit is contained in:
Havoc Pennington
2002-07-24 18:28:56 +00:00
committed by Havoc Pennington
parent 28958e51ef
commit 88a0d1ff03
6 changed files with 39 additions and 39 deletions

View File

@ -1872,8 +1872,6 @@ get_control (MetaFrames *frames,
return META_FRAME_CONTROL_RESIZE_E;
}
}
noresize:
return META_FRAME_CONTROL_NONE;
}