<div class="gmail_quote">On Tue, Mar 30, 2010 at 4:42 PM,  <span dir="ltr"><<a href="mailto:git@videolan.org">git@videolan.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
vlc | branch: master | Jean-Baptiste Kempf <<a href="mailto:jb@videolan.org">jb@videolan.org</a>> | Tue Mar 30 16:42:34 2010 +0200| [46415abcf1f23d552a081a8d88a3c238e9d00962] | committer: Jean-Baptiste Kempf<br>
<br>
Qt: correctly restore the ColumnID in the playlist.<br>
<br>
-    getSettings()->beginGroup("Playlist");<br>
     if( getSettings()->contains( "headerStateV2" ) )<br>
     {<br>
         treeView->header()->restoreState(<br></blockquote><div><br>What is this supposed to be? This breaks loading the treeView state, because it is saved under group "Playlist". If settings were not loading properly, then the problem must be that the current settings group (the context) is different when instantiating StandardPLPanel and/or loading tree view and/or destructing StandardPLPanel.<br>
<br>I've already been fixing this once...</div><div><br> </div></div>