зеркало из https://github.com/mozilla/pjs.git
xmlterm changes only.
Fixed bustage due to changes in nsIClipboard.idl
This commit is contained in:
Родитель
e1eff8f216
Коммит
f7e86b46ca
|
@ -752,7 +752,7 @@ NS_IMETHODIMP mozXMLTerminal::Paste()
|
|||
trans->AddDataFlavor(kUnicodeMime);
|
||||
|
||||
// Get data from clipboard
|
||||
result = clipboard->GetData(trans);
|
||||
result = clipboard->GetData(trans, nsIClipboard::kGlobalClipboard);
|
||||
if (NS_FAILED(result))
|
||||
return result;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче