[gtk+] Make it build against the current wip/menus-rebase3 branch
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Make it build against the current wip/menus-rebase3 branch
- Date: Mon, 19 Dec 2011 17:56:23 +0000 (UTC)
commit 7ee18bd74adcea1772950363a9cd6f1c70d88350
Author: Matthias Clasen <mclasen redhat com>
Date: Tue Nov 29 17:44:11 2011 -0500
Make it build against the current wip/menus-rebase3 branch
tests/testgmenu.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/tests/testgmenu.c b/tests/testgmenu.c
index 4aa5bb4..5fb657c 100644
--- a/tests/testgmenu.c
+++ b/tests/testgmenu.c
@@ -1007,21 +1007,19 @@ main (int argc, char *argv[])
if (do_export)
{
-#if 0
g_print ("Exporting menus on the bus...\n");
- if (!g_menu_exporter_export (bus, OBJ_PATH, model, &error))
+ if (!g_menu_model_dbus_export_start (bus, OBJ_PATH, model, &error))
{
g_warning ("Menu export failed: %s", error->message);
exit (1);
}
g_print ("Exporting actions on the bus...\n");
- if (!g_action_group_exporter_export (bus, OBJ_PATH, group, &error))
+ if (!g_action_group_dbus_export_start (bus, OBJ_PATH, group, &error))
{
g_warning ("Action export failed: %s", error->message);
exit (1);
}
g_bus_own_name_on_connection (bus, BUS_NAME, 0, NULL, NULL, NULL, NULL);
-#endif
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]