From 01362f02002d49549764e53685ae57ddf016173d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 4 Mar 2013 11:21:28 +0530 Subject: [PATCH] ... --- src/calibre/gui2/actions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/actions/__init__.py b/src/calibre/gui2/actions/__init__.py index 3b00a127d0..3dda2292d5 100644 --- a/src/calibre/gui2/actions/__init__.py +++ b/src/calibre/gui2/actions/__init__.py @@ -127,7 +127,7 @@ class InterfaceAction(QObject): def drop_event(self, event, mime_data): ''' This method should perform some useful action and return True - iff this interface action is capable of handling the drag event. Do not + iff this interface action is capable of handling the drop event. Do not call accept/ignore on the event, that will be taken care of by the calibre UI. You should not perform blocking/long operations in this function. Instead emit a signal or use QTimer.singleShot and return