Re: [evolution-patches] Fix for 269416




In the mailer, we do this to override the gtk-default of doing a copy, to do a move, if that is an allowed action as the default.

It lives in the drag_motion callback.

action = ""> if (action == GDK_ACTION_COPY && (context->actions & GDK_ACTION_MOVE))
action = "">


On Thu, 2005-05-12 at 02:10 -0600, Srinivasa Ragavan wrote:
It moves the tasks on DND
Please review it
 
-Srini.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]