]> git.sesse.net Git - vlc/commitdiff
Qt4 - Open: fix a broken CONNECT, found by Trax.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 May 2007 21:06:30 +0000 (21:06 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 May 2007 21:06:30 +0000 (21:06 +0000)
modules/gui/qt4/components/open.cpp

index 8894772e9661c7f9a48c7c31299c1af78e19f753..a447b0884b9b18dc01ab090ea94785f9bf56488a 100644 (file)
@@ -134,7 +134,8 @@ FileOpenPanel::FileOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
                                                             updateMRL() );
     CONNECT( ui.sizeSubComboBox, currentIndexChanged( int ), this,
                                                             updateMRL() );
-    CONNECT( lineFileEdit, textChanged( QString ), this, browseFile() );
+
+/*    CONNECT( lineFileEdit, textChanged( QString ), this, browseFile() );*/
 }
 
 FileOpenPanel::~FileOpenPanel()