Bug 368447 - Drag&Drop from the places toolbar is broken. r=sspitzer.

This commit is contained in:
mozilla.mano%sent.com 2007-01-27 23:27:50 +00:00
Родитель 223f04cb9c
Коммит 996551ffe5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -658,7 +658,7 @@
if (event.ctrlKey) {
dragAction.action = Ci.nsIDragService.DRAGDROP_ACTION_COPY;
}
xferData.data = this._controller.getTransferData(dragAction.action);
xferData.data = this._self._controller.getTransferData(dragAction.action);
#ifdef XP_WIN
// Support folder dragging on the personal toolbar when the user
// holds the "alt" key while they drag (Ctrl+drag has another