summaryrefslogtreecommitdiff
path: root/src/ui/theme.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/theme.c')
-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);
}