[the-board: 7/10] [ui] Coding style fix in MainWindow
- From: Lucas Rocha <lucasr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [the-board: 7/10] [ui] Coding style fix in MainWindow
- Date: Tue, 25 Jan 2011 22:40:21 +0000 (UTC)
commit 17394b0cd41d40c867fdb91f5ec6df316e197f9a
Author: Lucas Rocha <lucasr gnome org>
Date: Tue Jan 25 22:07:19 2011 +0000
[ui] Coding style fix in MainWindow
src/js/ui/mainWindow.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/js/ui/mainWindow.js b/src/js/ui/mainWindow.js
index 5066f50..1a22ce9 100644
--- a/src/js/ui/mainWindow.js
+++ b/src/js/ui/mainWindow.js
@@ -422,13 +422,13 @@ MainWindow.prototype = {
if (this._activeToolbar) {
this._toolbarActiveChangedId =
this._activeToolbar.connect("active-changed",
- Lang.bind(this,
- this._onToolbarActiveChanged));
+ Lang.bind(this,
+ this._onToolbarActiveChanged));
this._toolbarActionId =
this._activeToolbar.connect("action",
- Lang.bind(this,
- this._onToolbarAction));
+ Lang.bind(this,
+ this._onToolbarAction));
}
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]