[sysprof] Remove deprecated Glib symbols



commit 16f11912e2d7a575e952ce35b014297054a65b9b
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Nov 2 23:18:05 2009 +0100

    Remove deprecated Glib symbols

 sysprof-cli.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/sysprof-cli.c b/sysprof-cli.c
index 9b6b331..bfc0e36 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);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]