mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 15:55:16 +00:00
Fix bustage
This commit is contained in:
parent
0f656e1b6e
commit
9979237075
@ -413,7 +413,7 @@ nsClipboard::Observe(nsISupports *aSubject, const char *aTopic,
|
||||
// This will be called on shutdown.
|
||||
|
||||
// make sure we have a good transferable
|
||||
if (!mTransferable || aWhichClipboard != kGlobalClipboard)
|
||||
if (!mTransferable)
|
||||
return NS_ERROR_FAILURE;
|
||||
|
||||
if (WinOpenClipbrd(0/*hab*/)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user