Revision 29:ec9750e9cceb src/pithos/content/pithos.js

b/src/pithos/content/pithos.js
10 10
	window.showModalDialog("shared/shared.xul", undefined, "dialogwidth: 640; dialogheight:480");
11 11
}
12 12

  
13
function open_trash() {
14
	netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
15
	window.showModalDialog("trash/trash.xul", undefined, "dialogwidth: 640; dialogheight:480");
16
}
17

  
13 18
function TreeModel(tree_id) {
14 19
	// public members
15 20
	this.children_tag = document.getElementById(tree_id);

Also available in: Unified diff