Index: plugins/launcher/launcher-dialog.c =================================================================== --- plugins/launcher/launcher-dialog.c (revision 23355) +++ plugins/launcher/launcher-dialog.c (working copy) @@ -1737,6 +1737,8 @@ g_free (g_ptr_array_index (files, i)); g_ptr_array_free (files, TRUE); + + gtk_drag_finish (context, TRUE, FALSE, time); } static void @@ -1774,6 +1776,8 @@ } g_ptr_array_free (files, TRUE); + + gtk_drag_finish (context, TRUE, FALSE, time); } static void @@ -1823,6 +1827,8 @@ } g_ptr_array_free (files, TRUE); + + gtk_drag_finish (context, TRUE, FALSE, time); } /* File open dialog Index: plugins/launcher/launcher.c =================================================================== --- plugins/launcher/launcher.c (revision 23355) +++ plugins/launcher/launcher.c (working copy) @@ -499,6 +499,8 @@ GTK_TOGGLE_BUTTON (open_launcher->arrowbutton), FALSE); open_launcher = NULL; } + + gtk_drag_finish (context, TRUE, FALSE, time); } static void