[gnome-maps] placeEntry: Fix typo
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] placeEntry: Fix typo
- Date: Sun, 16 Aug 2015 11:27:39 +0000 (UTC)
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]