summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Thurman <tthurman@gnome.org>2009-10-28 21:02:58 -0400
committerThomas Thurman <tthurman@gnome.org>2009-10-28 21:02:58 -0400
commit04c8b95add6fcbc80dae3e3d69fc6eb0a0d3fa61 (patch)
tree7a70aca99a8b1302b097764277848065937a2aaa
parent2718da7bb89e3bfa5945c72c65091841c30c7a78 (diff)
downloadmetacity-04c8b95add6fcbc80dae3e3d69fc6eb0a0d3fa61.tar.gz
add optional dump; rm misleading comment
-rw-r--r--src/ui/theme.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 35705718..de0768b1 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);
}