diff options
| -rw-r--r-- | screenshot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/screenshot.c b/screenshot.c index 7c69b85..53100c1 100644 --- a/screenshot.c +++ b/screenshot.c @@ -77,7 +77,7 @@ int main(int argc, char *argv[]) exit(-1); screenshooter_shoot(s); - + g_idle_add((GSourceFunc) g_main_loop_quit, loop); g_main_loop_run(loop); return 0; |
