1
0
mirror of git://projects.qi-hardware.com/fped.git synced 2024-09-28 23:51:59 +03:00

Oops. Some nasty debugging code escaped.

- gui_frame_drag.c (drag_canvas_motion): removed broken experimental invocation
  of gtk_drag_finish



git-svn-id: http://svn.openmoko.org/trunk/eda/fped@5935 99fdad57-331a-0410-800a-d7fa5415bdb3
This commit is contained in:
werner 2010-04-24 22:18:21 +00:00
parent 0b241a14fe
commit 1cd6c924d0

View File

@ -456,8 +456,6 @@ static gboolean drag_canvas_motion(GtkWidget *widget,
{
if (!has_target(widget, drag_context, "frame"))
return FALSE;
gtk_drag_finish(drag_context, FALSE, FALSE, time_);
return FALSE;
if (!frame_on_canvas) {
frame_on_canvas = 1;
canvas_frame_begin(dragging);