Skip to content

Commit

Permalink
fix dropping a url in PictureBrowser not working
Browse files Browse the repository at this point in the history
  • Loading branch information
squentin committed Nov 6, 2015
1 parent d809521 commit 1e6565c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmusicbrowser_layout.pm
Expand Up @@ -4306,7 +4306,7 @@ sub new
{ my ($view,$type,@values)=@_;
my $self= ::find_ancestor($view,__PACKAGE__);
if ($type==::DRAG_FILE)
{ $self->Drop_Uris(uris=>\@values, is_move=>$view->{dragdest_suggested_action});
{ $self->drop_uris(uris=>\@values, is_move=>$view->{dragdest_suggested_action});
}
elsif ($type==::DRAG_ID)
{ $self->queue_song_changed($values[0],'force');
Expand Down

0 comments on commit 1e6565c

Please sign in to comment.