Don't refer to 'macstyle.css' anymore
authorP. F. Chimento <philip.chimento@gmail.com>
Wed, 3 Nov 2010 20:15:30 +0000 (21:15 +0100)
committerP. F. Chimento <philip.chimento@gmail.com>
Wed, 3 Nov 2010 20:15:30 +0000 (21:15 +0100)
We want the default style file to be style.css

player/main.c

index 3586ca1b3654ae1ecd17b6ebe6b8a32f8ae51132..860cdfbcd2bbfbe34796d01a35884f4b010e04e1 100644 (file)
@@ -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;