Bug 582912 - Extend copy paste support of Fennec Qt port. r=dougt

This commit is contained in:
Antti Jarvelin
2010-07-30 12:46:30 -07:00
parent c281782958
commit 3fe41153b3
2 changed files with 221 additions and 40 deletions

View File

@@ -1284,7 +1284,7 @@ NS_IMETHODIMP nsHTMLEditor::InsertFromTransferable(nsITransferable *transferable
flavor.AssignWithConversion(bestFlavor);
nsAutoString stuffToPaste;
#ifdef DEBUG_clipboard
printf("Got flavor [%s]\n", bestFlavor);
printf("Got flavor [%s]\n", bestFlavor.get());
#endif
if (0 == nsCRT::strcmp(bestFlavor, kNativeHTMLMime))
{