~ubuntu-branches/ubuntu/raring/banshee/raring

« back to all changes in this revision

Viewing changes to debian/patches/0014-Change-Amazon-redirect-url.patch

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2012-01-23 23:16:49 UTC
  • mfrom: (6.3.22 experimental)
  • Revision ID: package-import@ubuntu.com-20120123231649-safm1f8eycltcgsf
Tags: 2.3.4.ds-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable and recommend SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and suggest u1ms
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"
* [b617fe0] Convert Ubuntu-specific patches to gbp-pq patches
* Also fixes Launchpad bugs:
  - Fixes race condition while starting (LP: #766303)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: Rodney Dawes <rodney.dawes@canonical.com>
 
2
Date: Mon, 23 Jan 2012 23:05:21 +0800
 
3
Subject: Change Amazon redirect url
 
4
 
 
5
---
 
6
 .../Banshee.AmazonMp3.Store/StoreView.cs           |    2 +-
 
7
 1 files changed, 1 insertions(+), 1 deletions(-)
 
8
 
 
9
diff --git a/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs b/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs
 
10
index d2ee92c..2f009af 100644
 
11
--- a/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs
 
12
+++ b/src/Extensions/Banshee.AmazonMp3.Store/Banshee.AmazonMp3.Store/StoreView.cs
 
13
@@ -45,7 +45,7 @@ namespace Banshee.AmazonMp3.Store
 
14
         // We ask that no one change this redirect URL. ALL (100%) revenue
 
15
         // generated by this Banshee Amazon integration is sent directly to the
 
16
         // non-profit GNOME Foundation.
 
17
-        public const string REDIRECT_URL = "http://integrated-services.banshee.fm/amz/redirect.do/";
 
18
+        public const string REDIRECT_URL = "https://one.ubuntu.com/music/store/amz/";
 
19
 
 
20
         private static string [] domains = new [] {
 
21
             "com",
 
22
--