[vlc-devel] commit: don't clear equalizer when input-item changes (Ilkka Ollakka )

git version control git at videolan.org
Mon Dec 29 21:13:28 CET 2008


vlc | branch: master | Ilkka Ollakka <ileoo at videolan.org> | Thu Dec 25 22:58:24 2008 +0200| [9c9dbd39daf0eef3218623190f57d87a63af58c3] | committer: Ilkka Ollakka 

don't clear equalizer when input-item changes

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9c9dbd39daf0eef3218623190f57d87a63af58c3
---

 modules/gui/qt4/components/extended_panels.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index 9a7d2c0..1aa6ead 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -877,7 +877,6 @@ Equalizer::~Equalizer()
 
 void Equalizer::clean()
 {
-    ui.enableCheck->setChecked( false );
     enable();
 }
 /* Write down initial values */




More information about the vlc-devel mailing list