зеркало из https://github.com/mozilla/gecko-dev.git
Bug 431671 - Can still remove root folders shortcuts using Cut (r=mano, a=beltzner)
This commit is contained in:
Родитель
bccb64fe9e
Коммит
499ca63574
|
@ -989,6 +989,9 @@ PlacesController.prototype = {
|
|||
* as part of another operation.
|
||||
*/
|
||||
remove: function PC_remove(aTxnName) {
|
||||
if (!this._hasRemovableSelection(false))
|
||||
return;
|
||||
|
||||
NS_ASSERT(aTxnName !== undefined, "Must supply Transaction Name");
|
||||
|
||||
var root = this._view.getResult().root;
|
||||
|
|
Загрузка…
Ссылка в новой задаче