X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fabort.c;h=cec03a6a38cd84df1da4799762830a16500fafbe;hb=ae1a5770d142aa0900f1a4d4c7e7732a38aaafa9;hp=8eb21dae91d53aaa13966624f1914def01037d00;hpb=c95e6ba792808e19fdf241eab61f2b571cfe6933;p=rodin%2Fchimara.git diff --git a/libchimara/abort.c b/libchimara/abort.c index 8eb21da..cec03a6 100644 --- a/libchimara/abort.c +++ b/libchimara/abort.c @@ -46,7 +46,7 @@ abort_glk(void) shutdown_glk_pre(); shutdown_glk_post(); /* If program is terminated by g_thread_exit() instead of returning from the - glk_main() function, then the line in glk_enter() where the "stopped" + glk_main() function, then the line in glk_exit() where the "stopped" signal is emitted will not be reached. So we have to emit it here. */ if(!glk_data->in_startup) g_signal_emit_by_name(glk_data->self, "stopped"); @@ -176,6 +176,4 @@ shutdown_glk_post(void) glk_data->unregister_obj = NULL; glk_data->register_arr = NULL; glk_data->unregister_arr = NULL; - - /* Leave the style_initialized flag as it is, since the CSS file is a widget property */ }