summaryrefslogtreecommitdiff
path: root/tests/testgmenu.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-11-29 15:59:20 -0500
committerRyan Lortie <desrt@desrt.ca>2011-12-19 12:51:07 -0500
commit0455a9596faa91ec404fde3ea0580f8e32da9149 (patch)
tree8de581d92c34e1ad78ff2b4b2670cc659cbc4dc3 /tests/testgmenu.c
parent6b7be4a3a244bcb7df746a5a46cf3418c79722af (diff)
downloadgtk+-0455a9596faa91ec404fde3ea0580f8e32da9149.tar.gz
testgmenu: #ifdef out non-compiling code for now
Diffstat (limited to 'tests/testgmenu.c')
-rw-r--r--tests/testgmenu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testgmenu.c b/tests/testgmenu.c
index ab70a74f69..4aa5bb4271 100644
--- a/tests/testgmenu.c
+++ b/tests/testgmenu.c
@@ -1007,6 +1007,7 @@ 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))
{
@@ -1020,6 +1021,7 @@ main (int argc, char *argv[])
exit (1);
}
g_bus_own_name_on_connection (bus, BUS_NAME, 0, NULL, NULL, NULL, NULL);
+#endif
}
else
{