r1131@localhost: muntyan | 2005-11-27 14:31:48 -0600
Don't use any drag action on the button
This commit is contained in:
parent
1b5c624975
commit
87bfe603a0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user