[gnome-devel-docs] Small fix to JS grid code.



commit 4a9b9c37f13ebff1bc1226d4f61ead227f458061
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Sat May 26 21:56:52 2012 -0400

    Small fix to JS grid code.

 platform-demos/C/samples/grid.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/samples/grid.js b/platform-demos/C/samples/grid.js
index bf1add3..6a23b2b 100644
--- a/platform-demos/C/samples/grid.js
+++ b/platform-demos/C/samples/grid.js
@@ -43,7 +43,7 @@ const GridExample = new Lang.Class ({
                                                      	     title: "Grid Example"});
 
 		// Create the grid
-		this.Grid = new Gtk.Grid;
+		this.Grid = new Gtk.Grid ();
 
 		// Create the widgets inside the grid
 		this.progressBar = new Gtk.ProgressBar ();



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