From b79dad7a05ae97dffb3f5fd9ab48ff8ffbbf6ea7 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 21 Oct 2018 18:34:56 +0200 Subject: Full order of precedence for finding stylesheets --- src/stylesheet.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stylesheet.c') diff --git a/src/stylesheet.c b/src/stylesheet.c index 020107e..ed84905 100644 --- a/src/stylesheet.c +++ b/src/stylesheet.c @@ -49,6 +49,8 @@ Stylesheet *stylesheet_load(GFile *file) char *everything; gsize len; + printf("Trying stylesheet '%s'\n", g_file_get_uri(file)); + ss = calloc(1, sizeof(Stylesheet)); if ( ss == NULL ) return NULL; -- cgit v1.2.3