[seed] bug #636647 - remove depreciated g_main_interation
- From: Alan Knowles <alank src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seed] bug #636647 - remove depreciated g_main_interation
- Date: Tue, 7 Dec 2010 13:45:55 +0000 (UTC)
commit d34283ef6728f483af9b65b1c48d2d3569f33edd
Author: JJ L <poiquiop gmail com>
Date: Tue Dec 7 21:44:53 2010 +0800
bug #636647 - remove depreciated g_main_interation
modules/dbus/util/dbus.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/dbus/util/dbus.c b/modules/dbus/util/dbus.c
index 0b95c1c..89adf27 100644
--- a/modules/dbus/util/dbus.c
+++ b/modules/dbus/util/dbus.c
@@ -2787,7 +2787,7 @@ test_io_confirm_streams_data(DBusConnection *connection,
* you wanted to block. But don't block.
*/
while (io_input_stream != NULL) {
- g_main_iteration(TRUE);
+ g_main_context_iteration(NULL, TRUE);
}
big_dbus_append_json_entry_STRING(out_iter,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]