projects
/
projects
/
chimara
/
chimara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f46c99
)
Don't refer to 'macstyle.css' anymore
author
P. F. Chimento
<philip.chimento@gmail.com>
Wed, 3 Nov 2010 20:15:30 +0000
(21:15 +0100)
committer
P. 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
patch
|
blob
|
history
diff --git
a/player/main.c
b/player/main.c
index 3586ca1b3654ae1ecd17b6ebe6b8a32f8ae51132..860cdfbcd2bbfbe34796d01a35884f4b010e04e1 100644
(file)
--- 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 "/
mac
style.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;