aboutsummaryrefslogtreecommitdiff
path: root/tests/render_test_sc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/render_test_sc1.c')
-rw-r--r--tests/render_test_sc1.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/render_test_sc1.c b/tests/render_test_sc1.c
index 4c773c8..cc6c307 100644
--- a/tests/render_test_sc1.c
+++ b/tests/render_test_sc1.c
@@ -1,11 +1,11 @@
/*
* render_test_sc1.c
*
- * Colloquium - A tiny presentation program
+ * Copyright © 2012-2014 Thomas White <taw@bitwiz.org.uk>
*
- * Copyright (c) 2012-2014 Thomas White <taw@bitwiz.org.uk>
+ * This file is part of Colloquium.
*
- * This program is free software: you can redistribute it and/or modify
+ * Colloquium is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
@@ -41,6 +41,7 @@ const char *sc = "\\test{Lorem ipsum dolor sit amet, consectetur adipiscing elit
static gint mw_destroy(GtkWidget *w, void *p)
{
+ gtk_main_quit();
exit(0);
}