mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 23:30:46 +00:00
fix for #65304. sr=bienvenu. if no subscribable servers, subscribe
dialog won't dismiss when you hit cancel.
This commit is contained in:
parent
b7566a4f03
commit
c4695f270d
@ -25,7 +25,9 @@ function goDoCommand()
|
||||
function Stop()
|
||||
{
|
||||
//dump("Stop()\n")
|
||||
gSubscribableServer.stopPopulating(msgWindow);
|
||||
if (gSubscribableServer) {
|
||||
gSubscribableServer.stopPopulating(msgWindow);
|
||||
}
|
||||
}
|
||||
|
||||
var Bundle = srGetStrBundle("chrome://messenger/locale/subscribe.properties");
|
||||
|
Loading…
x
Reference in New Issue
Block a user