search: Fix default drag actor source

Another unnoticed fallout from commit 792b963bda ...
This commit is contained in:
Florian Müllner 2014-08-19 20:32:53 +02:00
parent 5b624a34b8
commit 62bfde45aa

View File

@ -267,7 +267,7 @@ const GridSearchResult = new Lang.Class({
if (!dragSource)
// not exactly right, but alignment problems are hard to notice
dragSource = content;
dragSource = content.actor;
this._dragActorSource = dragSource;
},