]> Pileus Git - ~andy/gtk/commitdiff
testgmenu: #ifdef out non-compiling code for now
authorColin Walters <walters@verbum.org>
Tue, 29 Nov 2011 20:59:20 +0000 (15:59 -0500)
committerRyan Lortie <desrt@desrt.ca>
Mon, 19 Dec 2011 17:51:07 +0000 (12:51 -0500)
tests/testgmenu.c

index ab70a74f69277236b12950eb56f37ac58112676f..4aa5bb42713372549de247c70207a8a782797e1b 100644 (file)
@@ -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
     {