summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2009-10-28 13:43:36 -0400
committerThomas Thurman <tthurman@gnome.org>2009-10-28 13:43:36 -0400
commit537afca6fcc6ccdb1bdb54d81b9aaf4295677e88 (patch)
tree6bc041ba74efd14f33ed7c4b100ebed3cb44ae95
parentd5b1a8c3426381c57db7af09e349d29f815f85bf (diff)
downloadmetacity-537afca6fcc6ccdb1bdb54d81b9aaf4295677e88.tar.gz
update comments
-rw-r--r--src/ui/theme.c13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 0bf4bc2e..4c280a0f 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -349,7 +349,18 @@ void
meta_theme_set_current (const char *name,
gboolean force_reload)
{
- /* stub */
+ /*
+ * TODO: This does not check in $prefix/share/themes;
+ * only in ~/.themes.
+ */
+
+ /*
+ * Rationale for CSS filename:
+ * v1/v2 used to call all the themes metacity-theme-N.xml.
+ * This meant you couldn't put a group of them in the same
+ * directory to compare them. Therefore, we put the theme
+ * name in the filename: Human.css, etc.
+ */
char *css_filename, *css_path;