[gnome-devel-docs] Fix to what I broke.



commit df929896ca47cd9277f8587b9cb296b8613d4fd8
Author: Tiffany Antopolski <tiffany antopolski gmail com>
Date:   Thu May 31 00:12:51 2012 -0400

    Fix to what I broke.

 platform-demos/C/samples/aboutdialog.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/platform-demos/C/samples/aboutdialog.js b/platform-demos/C/samples/aboutdialog.js
index 79700ac..31744be 100644
--- a/platform-demos/C/samples/aboutdialog.js
+++ b/platform-demos/C/samples/aboutdialog.js
@@ -32,7 +32,7 @@ const AboutDialogExample = new Lang.Class({
     },
 
     // Build the application's UI
-    _buildUI: function()
+    _buildUI: function(){
         // Create the application window
         this._window = new Gtk.ApplicationWindow({ application: this.application,
                                                    window_position: Gtk.WindowPosition.CENTER,



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