[metacity/cowbell] update comments



commit 537afca6fcc6ccdb1bdb54d81b9aaf4295677e88
Author: Thomas Thurman <tthurman gnome org>
Date:   Wed Oct 28 13:43:36 2009 -0400

    update comments

 src/ui/theme.c |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 0bf4bc2..4c280a0 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;
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]