[gnome-maps] userLocationBubble: Enable Check-in button
- From: Jonas Danielsson <jonasdn src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] userLocationBubble: Enable Check-in button
- Date: Thu, 11 Dec 2014 06:12:27 +0000 (UTC)
commit 2468ddcc88f20dcea1a44ebd80225af0da3befb7
Author: Damián Nohales <damiannohales gmail com>
Date: Mon Nov 3 12:43:47 2014 -0300
userLocationBubble: Enable Check-in button
https://bugzilla.gnome.org/show_bug.cgi?id=731113
src/userLocationBubble.js | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/userLocationBubble.js b/src/userLocationBubble.js
index 7a0d408..2b0fd17 100644
--- a/src/userLocationBubble.js
+++ b/src/userLocationBubble.js
@@ -33,8 +33,11 @@ const UserLocationBubble = new Lang.Class({
let ui = Utils.getUIObject('user-location-bubble', [ 'grid-content',
'label-accuracy',
'label-coordinates' ]);
- params.buttons = MapBubble.Button.ROUTE | MapBubble.Button.SHARE;
+ params.buttons = MapBubble.Button.ROUTE |
+ MapBubble.Button.SHARE |
+ MapBubble.Button.CHECK_IN;
params.routeFrom = true;
+ params.checkInMatchPlace = false;
this.parent(params);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]