aboutsummaryrefslogtreecommitdiff
path: root/src/colloquium.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2018-03-09 20:49:01 +0100
committerThomas White <taw@physics.org>2018-03-10 21:57:50 +0100
commit1ee15922a51d9e3d9013dc546adb63f47f442b36 (patch)
treed7aa8fcd0eed82edd7de0aa97ad03a55a3094cd6 /src/colloquium.c
parentf60b18e91d983b3bc6ad3b9dcd02c26c2afed685 (diff)
Add Meson build system
Diffstat (limited to 'src/colloquium.c')
-rw-r--r--src/colloquium.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/colloquium.c b/src/colloquium.c
index 9373d23..84dc73d 100644
--- a/src/colloquium.c
+++ b/src/colloquium.c
@@ -473,7 +473,7 @@ static void colloquium_startup(GApplication *papp)
if ( !g_file_test(app->mydir, G_FILE_TEST_IS_DIR) ) {
/* Folder not created yet */
- GFile *file = g_file_new_for_path(DATADIR"/colloquium/demo.sc");
+ GFile *file = g_file_new_for_path(DATADIR"/demo.sc");
g_application_open(G_APPLICATION(app), &file, 1, "");
app->first_run = 1;
g_object_unref(file);