]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/simple_preferences.cpp
Qt4 - Preferences, don't remove the widgets to re-add them! Just use hide/show.....
[vlc] / modules / gui / qt4 / components / simple_preferences.cpp
index 9e16f5b7c967afd21f42bb32108cc5798ae15a06..03ce8619148ae15be794a90ad973912ca809f810 100644 (file)
@@ -431,15 +431,9 @@ void SPrefsPanel::apply()
     if( number == SPrefsInterface )
     {
         if( skinInterfaceButton->isChecked() )
-        {
-            msg_Dbg( p_intf, "hehehe skins" );
             config_PutPsz( p_intf, "intf", "skins2" );
-        }
         if( qtInterfaceButton->isChecked() )
-        {
-            msg_Dbg( p_intf, "hhhheeee qt" );
             config_PutPsz( p_intf, "intf", "qt4" );
-        }
     }
 }