[gnome-documents] embed: Fix typo
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] embed: Fix typo
- Date: Wed, 18 Mar 2015 10:04:12 +0000 (UTC)
commit a1718775107042320c36db5dd1c42daa649b86a7
Author: Debarshi Ray <debarshir gnome org>
Date: Mon Mar 16 18:08:12 2015 +0100
embed: Fix typo
Fall out from 4c7ffba09ac512c2814d4518cc2a63b61f942334
https://bugzilla.gnome.org/show_bug.cgi?id=746366
src/embed.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/embed.js b/src/embed.js
index bd53f72..a61668b 100644
--- a/src/embed.js
+++ b/src/embed.js
@@ -185,7 +185,7 @@ const Embed = new Lang.Class({
_onActivateResult: function() {
let windowMode = Application.modeController.getWindowMode();
- let view = this._getViewFromMode(mode);
+ let view = this._getViewFromMode(windowMode);
view.activateResult();
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]