[gnome-maps] placeStore: Fix typo with recentPlacesLimit



commit b793a64bcb402f86d3ac5e7ba1db2bdb37b0648b
Author: Jonas Danielsson <jonas threetimestwo org>
Date:   Sat Jan 2 12:31:20 2016 +0100

    placeStore: Fix typo with recentPlacesLimit

 src/placeStore.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/placeStore.js b/src/placeStore.js
index 2536ed8..6d5237c 100644
--- a/src/placeStore.js
+++ b/src/placeStore.js
@@ -113,7 +113,7 @@ const PlaceStore = new Lang.Class({
             return;
         }
 
-        if (this._numRecentPlaces === this._recentPlaceLimit) {
+        if (this._numRecentPlaces === this._recentPlacesLimit) {
             // Since we sort by added, the oldest recent will be
             // the first one we encounter.
             this._removeIf((function(model, iter) {


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