View | Details | Raw Unified | Return to bug 26874
Collapse All | Expand All

(-)umc/dialog.js (+4 lines)
 Lines 184-189    Link Here 
184
184
185
		// show the confirmation dialog
185
		// show the confirmation dialog
186
		this._alertDialog.set('message', message);
186
		this._alertDialog.set('message', message);
187
		if (title) {
188
			// update title
189
			this._alertDialog.set('title', title);
190
		}
187
		//this._alertDialog.startup();
191
		//this._alertDialog.startup();
188
		this._alertDialog.show();
192
		this._alertDialog.show();
189
	},
193
	},

Return to bug 26874