[gnome-maps] placeEntry: Fix typo



commit e853547e95756212152e473d6db6ef24ab6f3fb5
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Sun Aug 16 12:42:22 2015 +0200

    placeEntry: Fix typo

 src/placeEntry.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/placeEntry.js b/src/placeEntry.js
index 3c4ac2f..5018a3f 100644
--- a/src/placeEntry.js
+++ b/src/placeEntry.js
@@ -53,7 +53,7 @@ const PlaceEntry = new Lang.Class({
         if (!this._place && !p)
             return;
 
-        if (this._place && p && this._loqEquals(this._place, p))
+        if (this._place && p && this._locEquals(this._place, p))
             return;
 
         if (p) {


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