Merge lp:~facundo/unity-scope-reddit/www-prefix into lp:unity-scope-reddit

Proposed by Facundo Batista
Status: Merged
Approved by: Facundo Batista
Approved revision: 6
Merged at revision: 6
Proposed branch: lp:~facundo/unity-scope-reddit/www-prefix
Merge into: lp:unity-scope-reddit
Diff against target: 12 lines (+1/-1)
1 file modified
src/unity_reddit_daemon.py (+1/-1)
To merge this branch: bzr merge lp:~facundo/unity-scope-reddit/www-prefix
Reviewer Review Type Date Requested Status
Bret Barker (community) Approve
Review via email: mp+257161@code.launchpad.net

Commit message

Make URL to be with www.

Description of the change

Make URL to be with www.

To post a comment you must log in.
Revision history for this message
Bret Barker (noise) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/unity_reddit_daemon.py'
2--- src/unity_reddit_daemon.py 2014-05-02 10:15:24 +0000
3+++ src/unity_reddit_daemon.py 2015-04-22 19:14:47 +0000
4@@ -30,7 +30,7 @@
5
6 GROUP_NAME = 'com.canonical.Unity.Scope.Info.Reddit'
7 UNIQUE_PATH = '/com/canonical/unity/scope/info/reddit'
8-SEARCH_URI = 'http://reddit.com/'
9+SEARCH_URI = 'http://www.reddit.com/'
10 SEARCH_HINT = _('Search Reddit')
11 NO_RESULTS_HINT = _('Sorry, there are no subreddits that match your search.')
12 PROVIDER_CREDITS = _('Powered by Reddit')

Subscribers

People subscribed via source and target branches