зеркало из https://github.com/mozilla/gecko-dev.git
clean up my fix for #124269, selecting a folder doesn't enable select all.
r=racham,sr=bienvenu
This commit is contained in:
Родитель
9e4e0e3b45
Коммит
7b9e0d2ac0
|
@ -60,10 +60,7 @@ var FolderPaneController =
|
|||
// don't bother sending to the thread pane
|
||||
// this can happen when we've selected a server
|
||||
// and account central is displayed
|
||||
if (!gDBView)
|
||||
return false;
|
||||
else
|
||||
return true;
|
||||
return (gDBView != null);
|
||||
case "cmd_cut":
|
||||
case "cmd_copy":
|
||||
case "cmd_paste":
|
||||
|
|
Загрузка…
Ссылка в новой задаче