22879 r=bzbarsky sr=jag Download window should GetAttention when download is complete

This commit is contained in:
cbiesinger%web.de 2003-07-08 13:31:04 +00:00
parent 6ca349f43f
commit 6ec1891c3e

View File

@ -656,6 +656,9 @@ nsProgressDialog.prototype = {
// Fix up dialog layout (which gets messed up sometimes).
this.dialog.sizeToContent();
// GetAttention to show the user that we're done
this.dialog.getAttention();
} else if ( this.dialog ) {
this.dialog.close();
}