Bug 980567 - Fix wrong icon URL resolving. r=mhenretty

--HG--
extra : rebase_source : 731442a807b47e3da35f232eb155e5468200c72c
This commit is contained in:
Robert Bindar 2014-09-18 10:59:00 -04:00
parent ba8520b948
commit d383740516

View File

@ -652,7 +652,7 @@ Notification::ShowInternal()
return;
}
appNotifier->ShowAppNotification(mIconUrl, mTitle, mBody,
appNotifier->ShowAppNotification(absoluteUrl, mTitle, mBody,
observer, val);
return;
}