From 16f11912e2d7a575e952ce35b014297054a65b9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 2 Nov 2009 23:18:05 +0100 Subject: [PATCH] Remove deprecated Glib symbols --- sysprof-cli.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sysprof-cli.c b/sysprof-cli.c index 9b6b3313..bfc0e361 100644 --- a/sysprof-cli.c +++ b/sysprof-cli.c @@ -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); }