Commit 8460c203 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Put the default header to 39 in the playlist.

parent fb700e8f
......@@ -69,8 +69,8 @@ void PLItem::init( int _i_id, int _i_input_id, PLItem *parent, PLModel *m )
else
{
QSettings settings( "vlc", "vlc-qt-interface" );
i_showflags = settings.value( "qt-pl-showflags" ).toInt();
if( i_showflags < 1)
i_showflags = settings.value( "qt-pl-showflags", 39 ).toInt();
if( i_showflags < 1)
i_showflags = 39; //reasonable default to show something;
updateColumnHeaders();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment