mirror of
git://projects.qi-hardware.com/fped.git
synced 2024-11-16 19:51:53 +02: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:
parent
0b241a14fe
commit
1cd6c924d0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user