[metacity/cowbell] add optional dump; rm misleading comment



commit 04c8b95add6fcbc80dae3e3d69fc6eb0a0d3fa61
Author: Thomas Thurman <tthurman gnome org>
Date:   Wed Oct 28 21:02:58 2009 -0400

    add optional dump; rm misleading comment

 src/ui/theme.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 3570571..de0768b 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -319,10 +319,6 @@ static char *
 cowbell_url (GSList const	*args,
              void		*user_data)
 {
-  /* stub which actually works in most cases (for me) but is stupid */
-  /* what we need is to store the path in the theme object */
-  /* also to check if the file exists! */
-
   char *filename = NULL;
   MetaTheme **theme = (MetaTheme**) user_data;
 
@@ -399,6 +395,10 @@ meta_theme_set_current (const char *name,
                                               css_path,
                                               NULL);
 
+#if 0
+  ccss_stylesheet_dump (the_theme->stylesheet);
+#endif
+
   g_free (css_path);
 }
 



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