Remove deprecated Glib symbols

This commit is contained in:
Javier Jardón
2009-11-02 23:18:05 +01:00
parent 506f06cc99
commit 16f11912e2

View File

@ -75,8 +75,7 @@ signal_handler (int signo,
dump_data (app);
while (g_main_iteration (FALSE))
;
while (g_main_context_iteration (NULL, FALSE));
g_main_loop_quit (app->main_loop);
}