]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/open.cpp
qt4: fix the use of HTTP in open dialog
[vlc] / modules / gui / qt4 / components / open.cpp
index fdf3909cb2525eb24d84e0879b89a2426dbcef2b..dfc819803e0d54365866b1fd2ed05aad1d4f2f33 100644 (file)
@@ -423,6 +423,8 @@ void NetOpenPanel::updateMRL() {
         switch( proto ) {
         case 0:
             mrl = "http://" + addr;
+            emit methodChanged("http-caching");
+            break;
         case 1:
             mrl = "https://" + addr;
             emit methodChanged("http-caching");