diff options
author | Thomas White <taw@bitwiz.org.uk> | 2018-03-09 20:49:01 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-03-10 21:57:50 +0100 |
commit | 1ee15922a51d9e3d9013dc546adb63f47f442b36 (patch) | |
tree | d7aa8fcd0eed82edd7de0aa97ad03a55a3094cd6 /src/sc_editor.c | |
parent | f60b18e91d983b3bc6ad3b9dcd02c26c2afed685 (diff) |
Add Meson build system
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r-- | src/sc_editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c index 366b561..c110b1a 100644 --- a/src/sc_editor.c +++ b/src/sc_editor.c @@ -2075,7 +2075,7 @@ SCEditor *sc_editor_new(SCBlock *scblocks, SCBlock **stylesheets, sceditor->bg_pixbuf = NULL; err = NULL; - sceditor->bg_pixbuf = gdk_pixbuf_new_from_file(DATADIR"/colloquium/sky.png", &err); + sceditor->bg_pixbuf = gdk_pixbuf_new_from_file(DATADIR"/sky.png", &err); if ( sceditor->bg_pixbuf == NULL ) { fprintf(stderr, "Failed to load background: %s\n", err->message); |