[gtk+/wip/gmenu: 29/87] Make it build against the current wip/menus-rebase3 branch



commit 3a233d98a134756d0db516ca3df17478c1c183ca
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]