~abreu-alexandre/webapps-applications/fix-migration-script-icon-order

« back to all changes in this revision

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

  • Committer: Ken VanDine
  • Date: 2012-06-21 16:51:22 UTC
  • mfrom: (80.1.212 webapps-applications)
  • Revision ID: ken.vandine@canonical.com-20120621165122-ejgx1uo1pdn4snqu
Tags: 1.4.0-0precise1
releasing version 1.4.0-0precise1

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
if (isCorrectPage()) {
72
72
    Unity.init({ name: 'Yahoo Mail',
73
73
                 domain: 'mail.yahoo.com',
74
 
                 iconUrl: "icon://YahooMail",
 
74
                 iconUrl: "icon://yahoo-mail",
75
75
                 onInit: wrapCallback(messagingIndicatorSetup) });
76
76
 
77
77
}