зеркало из https://github.com/mozilla/gecko-dev.git
Fixing bug 26468, gtk clipboard regression with plain text. Forgot to set the flavor when doing conversion to unicode from text/plain. doh! r=akkana
This commit is contained in:
Родитель
7384e01bca
Коммит
584cebb54d
|
@ -567,6 +567,7 @@ nsClipboard::GetNativeClipboardData(nsITransferable * aTransferable)
|
|||
nsAllocator::Free(mSelectionData.data);
|
||||
mSelectionData.data = NS_REINTERPRET_CAST(guchar*, convertedText);
|
||||
mSelectionData.length = convertedTextLen * 2;
|
||||
foundFlavor = kUnicodeMime;
|
||||
foundData = PR_TRUE;
|
||||
}
|
||||
} // if plain text data on clipboard
|
||||
|
|
Загрузка…
Ссылка в новой задаче