mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 415915 - "Drag / Drop in the Bookmarks Menu is broken" [p=mak77@supereva.it (Marco Bonardo [mak77]) r=dietrich a=blocking-firefox3+]
This commit is contained in:
parent
ba0ce9ac14
commit
56cd3cc383
@ -1477,7 +1477,7 @@ PlacesMenuDNDObserver.prototype = {
|
||||
getSupportedFlavours: function TBV_DO_getSupportedFlavours() {
|
||||
var flavorSet = new FlavourSet();
|
||||
var types = PlacesUtils.GENERIC_VIEW_DROP_TYPES;
|
||||
for (var i = 0; i < types; ++i)
|
||||
for (var i = 0; i < types.length; ++i)
|
||||
flavorSet.appendFlavour(types[i]);
|
||||
return flavorSet;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user