xmlterm changes only.
Clipboard paste fix (still doesn't work properly). git-svn-id: svn://10.0.0.236/trunk@66707 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
afa39571f0
commit
e1da4af413
@ -752,7 +752,7 @@ NS_IMETHODIMP mozXMLTerminal::Paste()
|
||||
trans->AddDataFlavor(kUnicodeMime);
|
||||
|
||||
// Get data from clipboard
|
||||
result = clipboard->GetData(trans, nsIClipboard::kGlobalClipboard);
|
||||
result = clipboard->GetData(trans, nsIClipboard::kSelectionClipboard);
|
||||
if (NS_FAILED(result))
|
||||
return result;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user