]> git.sesse.net Git - vlc/commitdiff
Qt4 - Remove excessive debug.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 29 Oct 2007 23:57:30 +0000 (23:57 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 29 Oct 2007 23:57:30 +0000 (23:57 +0000)
modules/gui/qt4/components/simple_preferences.cpp
modules/gui/qt4/dialogs/preferences.cpp

index ec27c5e74962133bcb6baf38f99b280fc27d90c5..9e16f5b7c967afd21f42bb32108cc5798ae15a06 100644 (file)
@@ -381,7 +381,6 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
 void SPrefsPanel::updateAudioOptions( int number)
 {
     QString value = audioOutput->itemData( number ).toString();
-    msg_Dbg( p_intf, "I was here, waiting for funman, %s", qtu( value ) );
 
 #ifndef WIN32
     oss_options->hide();
@@ -408,6 +407,7 @@ void SPrefsPanel::apply()
 {
     msg_Dbg( p_intf, "Trying to save the %i simple panel", number );
     
+    /* Generic save for ever panel */
     QList<ConfigControl *>::Iterator i;
     for( i = controls.begin() ; i != controls.end() ; i++ )
     {
index 1c405d1384988e0e8d0674b1002ed4d68c40536c..7910fa8167f5482435c60e237cd268251565043e 100644 (file)
@@ -268,15 +268,13 @@ void PrefsDialog::apply()
 {
     if( small->isChecked() && simple_tree )
     {
-        msg_Dbg( p_intf, "I was here, helping you or not...");
         for( int i = 0 ; i< SPrefsMax; i++ ){
-            if( simple_panels[i] ){ simple_panels[i]->apply();
-                msg_Dbg( p_intf, "I was here, helping you or not...2");}
-            }
+            if( simple_panels[i] )simple_panels[i]->apply();
+        }
     }
     else if( all->isChecked() && advanced_tree )
         advanced_tree->applyAll();
-    msg_Dbg( p_intf, "I was here, helping your");
+
     config_SaveConfigFile( p_intf, NULL );
 
     /* Delete the other panel in order to force its reload after clicking