mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-07 11:56:51 +00:00
fix for bug 56010 r=akkana,brendan sr=blizzard,erik
This commit is contained in:
parent
e858816f79
commit
8cbce5fe63
@ -1124,10 +1124,10 @@ PRBool nsClipboard::DoConvert(const char *aMimeStr, GdkAtom aSelectionAtom)
|
||||
nsCAutoString mimeStr(aMimeStr);
|
||||
|
||||
if (mimeStr.Equals(kUnicodeMime)) {
|
||||
r = DoRealConvert(gdk_atom_intern("COMPOUND_TEXT", FALSE), aSelectionAtom);
|
||||
if (r) return r;
|
||||
r = DoRealConvert(gdk_atom_intern("UTF8_STRING", FALSE), aSelectionAtom);
|
||||
if (r) return r;
|
||||
r = DoRealConvert(gdk_atom_intern("COMPOUND_TEXT", FALSE), aSelectionAtom);
|
||||
if (r) return r;
|
||||
r = DoRealConvert(GDK_SELECTION_TYPE_STRING, aSelectionAtom);
|
||||
if (r) return r;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user