mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 980567 - Fix wrong icon URL resolving. r=mhenretty
--HG-- extra : rebase_source : 731442a807b47e3da35f232eb155e5468200c72c
This commit is contained in:
parent
e7c96b5f98
commit
52c3ba44a4
@ -652,7 +652,7 @@ Notification::ShowInternal()
|
||||
return;
|
||||
}
|
||||
|
||||
appNotifier->ShowAppNotification(mIconUrl, mTitle, mBody,
|
||||
appNotifier->ShowAppNotification(absoluteUrl, mTitle, mBody,
|
||||
observer, val);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user