[gtk+/wip/gmenu: 28/87] testgmenu: #ifdef out non-compiling code for now
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/gmenu: 28/87] testgmenu: #ifdef out non-compiling code for now
- Date: Sat, 3 Dec 2011 23:50:30 +0000 (UTC)
commit b59de07ab37f5eecba3f8c28470fcde3286a6a5b
Author: Colin Walters <walters verbum org>
Date: Tue Nov 29 15:59:20 2011 -0500
testgmenu: #ifdef out non-compiling code for now
tests/testgmenu.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/tests/testgmenu.c b/tests/testgmenu.c
index ab70a74..4aa5bb4 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
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]