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
=== modified file 'src/unity_reddit_daemon.py'
--- src/unity_reddit_daemon.py 2014-05-02 10:15:24 +0000
+++ src/unity_reddit_daemon.py 2015-04-22 19:14:47 +0000
@@ -30,7 +30,7 @@
3030
31GROUP_NAME = 'com.canonical.Unity.Scope.Info.Reddit'31GROUP_NAME = 'com.canonical.Unity.Scope.Info.Reddit'
32UNIQUE_PATH = '/com/canonical/unity/scope/info/reddit'32UNIQUE_PATH = '/com/canonical/unity/scope/info/reddit'
33SEARCH_URI = 'http://reddit.com/'33SEARCH_URI = 'http://www.reddit.com/'
34SEARCH_HINT = _('Search Reddit')34SEARCH_HINT = _('Search Reddit')
35NO_RESULTS_HINT = _('Sorry, there are no subreddits that match your search.')35NO_RESULTS_HINT = _('Sorry, there are no subreddits that match your search.')
36PROVIDER_CREDITS = _('Powered by Reddit')36PROVIDER_CREDITS = _('Powered by Reddit')

Subscribers

People subscribed via source and target branches