Index: umc/dialog.js =================================================================== --- umc/dialog.js (Revision 32105) +++ umc/dialog.js (Arbeitskopie) @@ -184,6 +184,10 @@ // show the confirmation dialog this._alertDialog.set('message', message); + if (title) { + // update title + this._alertDialog.set('title', title); + } //this._alertDialog.startup(); this._alertDialog.show(); },