diff options
author | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-08-23 01:21:40 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2006-08-23 01:21:40 +0800 |
commit | 74a818211f42921cd70416c9227ed25f737518f3 (patch) | |
tree | 488e75a5fd910d86d551b3791c5595d52501b060 /calendar/gui/memos-component.c | |
parent | 94b6d6763e7f987c45cb68af9b2f5813bb9a7922 (diff) | |
download | gsoc2013-evolution-74a818211f42921cd70416c9227ed25f737518f3.tar.gz gsoc2013-evolution-74a818211f42921cd70416c9227ed25f737518f3.tar.zst gsoc2013-evolution-74a818211f42921cd70416c9227ed25f737518f3.zip |
**Fixes #325935
svn path=/trunk/; revision=32631
Diffstat (limited to 'calendar/gui/memos-component.c')
-rw-r--r-- | calendar/gui/memos-component.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/memos-component.c b/calendar/gui/memos-component.c index 5eb8cc5c97..25a4bd4559 100644 --- a/calendar/gui/memos-component.c +++ b/calendar/gui/memos-component.c @@ -653,6 +653,8 @@ selector_tree_drag_motion (GtkWidget *widget, gtk_tree_view_set_drag_dest_row(GTK_TREE_VIEW (widget), path, GTK_TREE_VIEW_DROP_INTO_OR_BEFORE); action = context->suggested_action; + if (action == GDK_ACTION_COPY && (context->actions & GDK_ACTION_MOVE)) + action=GDK_ACTION_MOVE; finish: if (path) |