Commit d744fce3 authored by ncj674@motorola.com's avatar ncj674@motorola.com

Linux/Gtk: Drag source should not delete source data on drop in tab strip.

BUG=104949.
TEST=As described in the bug.

Review URL: http://codereview.chromium.org/8609009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111316 0039d316-1c4b-4281-b951-d872f2087c98
parent 669a9a06
......@@ -2143,7 +2143,7 @@ gboolean TabStripGtk::OnDragDataReceived(GtkWidget* widget,
success = CompleteDrop(data->data, info == ui::TEXT_PLAIN);
}
gtk_drag_finish(context, success, success, time);
gtk_drag_finish(context, success, FALSE, time);
return TRUE;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment