[gnome-documents/wip/cosimoc/view-rework: 8/20] view: trivial coding style fix
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents/wip/cosimoc/view-rework: 8/20] view: trivial coding style fix
- Date: Mon, 8 Aug 2016 15:07:09 +0000 (UTC)
commit 23739756d0253e304170a4a8a4ce649f02b3e91a
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Sun Jul 31 21:32:37 2016 -0700
view: trivial coding style fix
src/view.js | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/view.js b/src/view.js
index 5a934e6..647201b 100644
--- a/src/view.js
+++ b/src/view.js
@@ -354,11 +354,11 @@ const ViewContainer = new Lang.Class({
this.set_visible_child_full('view', Gtk.StackTransitionType.NONE);
this.view.connect('item-activated',
- Lang.bind(this, this._onItemActivated));
+ Lang.bind(this, this._onItemActivated));
this.view.connect('selection-mode-request',
- Lang.bind(this, this._onSelectionModeRequest));
+ Lang.bind(this, this._onSelectionModeRequest));
this.view.connect('view-selection-changed',
- Lang.bind(this, this._onViewSelectionChanged));
+ Lang.bind(this, this._onViewSelectionChanged));
// connect to settings change for list/grid view
let viewSettingsId = Application.application.connect('action-state-changed::view-as',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]