The patch is created the right way, so good work on that! Feel free to call it something other than my_patch though, that was just meant as an example. As a rule of thumb, call it something that concisely describes what it does like "fix_playing_tracks_with_spaces_in_path.diff"<br>
<br>Jeff is right about the "" comparison though. Could you do a new version that uses QString::isEmpty() please? (look here: <a href="http://doc.qtsoftware.com/4.5/qstring.html">http://doc.qtsoftware.com/4.5/qstring.html</a>)<br>
<br>- Nikolaj<br>