vlc | branch: master | Erwan Tulou <[email protected]> | Sat Jan 20 20:59:23 2018 +0100| [20e3e35de211d135e895c08d6dc9b455d6c1f752] | committer: Erwan Tulou
skins2: add debugging info > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=20e3e35de211d135e895c08d6dc9b455d6c1f752 --- modules/gui/skins2/src/top_window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gui/skins2/src/top_window.cpp b/modules/gui/skins2/src/top_window.cpp index 260872e420..77842a32e2 100644 --- a/modules/gui/skins2/src/top_window.cpp +++ b/modules/gui/skins2/src/top_window.cpp @@ -272,6 +272,7 @@ void TopWindow::processEvent( EvtDragDrop &rEvtDragDrop ) std::list<std::string>::const_iterator it = files.begin(); for( bool first = true; it != files.end(); ++it, first = false ) { + msg_Dbg( getIntf(),"Dropped item: %s", it->c_str() ); bool playOnDrop = m_playOnDrop && first; CmdAddItem( getIntf(), it->c_str(), playOnDrop ).execute(); } _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
