[gnome-documents] embed: trivial coding style fix



commit 34fb8e7893dc0ebf9575f9804feaf51a520c7fb8
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Apr 1 12:06:32 2013 -0400

    embed: trivial coding style fix

 src/embed.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/embed.js b/src/embed.js
index 251f6bf..08e3c21 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -259,7 +259,7 @@ const Embed = new Lang.Class({
                                               Lang.bind(this, this._onQueryError));
 
         Application.offsetController.connect('item-count-changed',
-                                        Lang.bind(this, this._onItemCountChanged));
+                                             Lang.bind(this, this._onItemCountChanged));
 
         Application.documentManager.connect('active-changed',
                                             Lang.bind(this, this._onActiveItemChanged));


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