Merge lp:~dobey/libubuntuone/uninits into lp:libubuntuone

Proposed by dobey
Status: Merged
Approved by: dobey
Approved revision: 154
Merged at revision: 154
Proposed branch: lp:~dobey/libubuntuone/uninits
Merge into: lp:libubuntuone
Diff against target: 12 lines (+1/-1)
1 file modified
libubuntuoneui/u1-music-store.c (+1/-1)
To merge this branch: bzr merge lp:~dobey/libubuntuone/uninits
Reviewer Review Type Date Requested Status
Roberto Alsina (community) Approve
Review via email: mp+108417@code.launchpad.net

Commit message

Fix new compiler warning from gcc 4.7

To post a comment you must log in.
Revision history for this message
Roberto Alsina (ralsina) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'libubuntuoneui/u1-music-store.c'
2--- libubuntuoneui/u1-music-store.c 2012-04-19 19:22:52 +0000
3+++ libubuntuoneui/u1-music-store.c 2012-06-01 20:19:20 +0000
4@@ -274,7 +274,7 @@
5 static gchar *
6 get_url_to_use (U1MusicStore *music_store)
7 {
8- gchar *oauth_consumer_token, *oauth_consumer_secret, *oauth_token = NULL, *oauth_token_secret = NULL, *real_url;
9+ gchar *oauth_consumer_token = NULL, *oauth_consumer_secret = NULL, *oauth_token = NULL, *oauth_token_secret = NULL, *real_url = NULL;
10
11 /* OAUth sign the URL */
12 if (g_str_has_prefix (music_store->priv->base_url, "http://localhost") || g_str_has_prefix (music_store->priv->base_url, "http://127.0.0.1")) {

Subscribers

People subscribed via source and target branches