r1131@localhost: muntyan | 2005-11-27 14:31:48 -0600

Don't use any drag action on the button
This commit is contained in:
Yevgen Muntyan 2005-11-28 04:33:39 +00:00
parent 1b5c624975
commit 87bfe603a0

View File

@ -440,7 +440,7 @@ button_drag_motion (GtkWidget *button,
(GSourceFunc) drag_open_pane,
filesel);
gdk_drag_status (context, context->suggested_action, time);
gdk_drag_status (context, 0, time);
moo_pane_params_free (params);
return TRUE;