diff --git a/tools/ges-launch.c b/tools/ges-launch.c index e84c161ff7..4f8738bb0e 100644 --- a/tools/ges-launch.c +++ b/tools/ges-launch.c @@ -61,7 +61,7 @@ intr_handler (gpointer user_data) g_main_loop_quit (mainloop); /* remove signal handler */ - return FALSE; + return TRUE; } #endif /* G_OS_UNIX */