Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Remove DropView when sending files
Browse files Browse the repository at this point in the history
  • Loading branch information
bleakgrey committed Mar 14, 2018
1 parent 9a6ad02 commit c4c6441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/View/DropView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public class DropView : Gtk.Box {
var path = Utils.get_send_path (data.get_uris ());
var display = window.get_display ();
var clipboard = Gtk.Clipboard.get_for_display (display, Gdk.SELECTION_CLIPBOARD);
window.prevScreen();
window.addScreen (new SendView (window, clipboard));
window.wormhole.send (path);
}
Expand Down

0 comments on commit c4c6441

Please sign in to comment.