From d2c16e75dbf1e9d73a2b26e00f2ec6ddbe8cfde9 Mon Sep 17 00:00:00 2001 From: "P. F. Chimento" Date: Wed, 3 Nov 2010 21:15:30 +0100 Subject: [PATCH] Don't refer to 'macstyle.css' anymore We want the default style file to be style.css --- player/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/player/main.c b/player/main.c index 3586ca1..860cdfb 100644 --- a/player/main.c +++ b/player/main.c @@ -180,7 +180,7 @@ create_window(void) #ifdef DEBUG g_error_free(error); error = NULL; - if( !chimara_glk_set_css_from_file(CHIMARA_GLK(glk), PACKAGE_SRC_DIR "/macstyle.css", &error) ) { + if( !chimara_glk_set_css_from_file(CHIMARA_GLK(glk), PACKAGE_SRC_DIR "/style.css", &error) ) { #endif /* DEBUG */ error_dialog(NULL, error, "Couldn't open CSS file: "); return; -- 2.30.2