Merge lp:~seb128/unity-lens-applications/reviews-correct-db-version into lp:unity-lens-applications

Proposed by Sebastien Bacher
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 378
Merged at revision: 379
Proposed branch: lp:~seb128/unity-lens-applications/reviews-correct-db-version
Merge into: lp:unity-lens-applications
Diff against target: 12 lines (+1/-1)
1 file modified
src/unity-ratings-db.c (+1/-1)
To merge this branch: bzr merge lp:~seb128/unity-lens-applications/reviews-correct-db-version
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Unity Team Pending
Review via email: mp+273114@code.launchpad.net

Commit message

Use the correct db version when trying to read s-c reviews

Description of the change

Use the correct db version when trying to read s-c reviews

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) 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-ratings-db.c'
2--- src/unity-ratings-db.c 2013-11-07 01:38:43 +0000
3+++ src/unity-ratings-db.c 2015-10-01 17:47:27 +0000
4@@ -39,7 +39,7 @@
5 */
6
7
8-#define UNITY_RATINGS_DB_PATH "software-center/reviews.ubuntu.com_reviews_api_1.0_review-stats-pkgnames.p__5.1.db"
9+#define UNITY_RATINGS_DB_PATH "software-center/reviews.ubuntu.com_reviews_api_1.0_review-stats-pkgnames.p__5.3.db"
10 #define UNITY_RATINGS_DB_ENV_PATH UNITY_RATINGS_DB_PATH".dbenv"
11
12 UnityRatingsDatabase*

Subscribers

People subscribed via source and target branches