~vrruiz/webapps-applications/quantal-dh_install

« back to all changes in this revision

Viewing changes to src/grooveshark.user.js.in

  • Committer: Ken VanDine
  • Date: 2012-07-09 15:13:02 UTC
  • mfrom: (80.1.227 webapps-applications)
  • Revision ID: ken.vandine@canonical.com-20120709151302-eui83ffgilmsfs0x
Tags: 1.6.0-0precise1
releasing version 1.6.0-0precise1

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
 
79
79
if (isCorrectPage()) {
80
80
    Unity.init({ name: "Grooveshark",
81
 
                 iconUrl: "icon://Grooveshark",
 
81
                 iconUrl: "icon://grooveshark",
82
82
                 onInit: wrapCallback(musicPlayerSetup) });
83
83
}