[gnome-devel-docs] Commented out troublesome line due to bug# 674090.



commit 2db84de5304f19549c7d0d882955f278f7405b0b
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Thu Apr 26 23:17:06 2012 -0400

    Commented out troublesome line due to bug# 674090.

 platform-demos/C/samples/menu.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/platform-demos/C/samples/menu.vala b/platform-demos/C/samples/menu.vala
index 7c98fc5..23a2454 100644
--- a/platform-demos/C/samples/menu.vala
+++ b/platform-demos/C/samples/menu.vala
@@ -23,8 +23,8 @@ public class MyApplication : Gtk.Application {
 	}
 
 	const ActionEntry[] action_entries = {
-		{ "new", new_window },
-		{ "quit", quit }
+		{ "new", new_window } /*,
+		{ "quit", quit }*/
 	};
 
 	internal MyApplication () {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]