2014-09-04 19:53:40 +02:00
|
|
|
diff --git os_exchange_data_provider_aurax11.cc os_exchange_data_provider_aurax11.cc
|
2016-06-21 00:59:23 +02:00
|
|
|
index 6048670..b37f4bf 100644
|
2014-09-04 19:53:40 +02:00
|
|
|
--- os_exchange_data_provider_aurax11.cc
|
|
|
|
+++ os_exchange_data_provider_aurax11.cc
|
2016-06-21 00:59:23 +02:00
|
|
|
@@ -158,7 +158,8 @@ void OSExchangeDataProviderAuraX11::SetURL(const GURL& url,
|
|
|
|
mem);
|
2014-07-09 00:37:06 +02:00
|
|
|
|
|
|
|
// Set a string fallback as well.
|
|
|
|
- SetString(spec);
|
|
|
|
+ if (!HasString())
|
|
|
|
+ SetString(spec);
|
|
|
|
|
|
|
|
// Return early if this drag already contains file contents (this implies
|
|
|
|
// that file contents must be populated before URLs). Nautilus (and possibly
|