~rodrigo-moya/libubuntuone/catch-syncdaemon-errors

« back to all changes in this revision

Viewing changes to libubuntuone/u1-music-store.c

  • Committer: Tarmac
  • Author(s): Rodrigo Moya
  • Date: 2010-03-08 10:37:57 UTC
  • mfrom: (59.2.1 correct-library-url)
  • Revision ID: rodrigo@megeve-20100308103757-aa43wt97feda32ov
Use correct library URL when overriding

Show diffs side-by-side

added added

removed removed

Lines of Context:
373
373
                /* If the URL being loaded is the 7d library page, and we have a library
374
374
                   override set, load ours instead. */
375
375
                if (g_strrstr (webkit_network_request_get_uri (request), "library.aspx") != NULL ||
376
 
                    g_str_has_prefix (webkit_network_request_get_uri (request), "https://one.ubuntu.com/music/library")) {
 
376
                    g_str_has_prefix (webkit_network_request_get_uri (request), "https://one.ubuntu.com/music/store/library")) {
377
377
                        if (library_override != NULL) {
378
378
                                g_debug ("overriding the library page to ours");
379
379
                                webkit_web_view_open (web_view, library_override);