]> git.sesse.net Git - vlc/commitdiff
Qt: correctly update the MRL on DVB/Linux
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 May 2009 15:02:49 +0000 (17:02 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 May 2009 15:02:49 +0000 (17:02 +0200)
modules/gui/qt4/components/open_panels.cpp

index 9beeab867704f0695c609843338954980016e199..03e629dd95d271805b1e2e257dd78f8e5626002e 100644 (file)
@@ -1044,6 +1044,9 @@ void CaptureOpenPanel::initialize()
     BUTTONACT( dvbs, updateButtons() );
     BUTTONACT( dvbt, updateButtons() );
     BUTTONACT( dvbc, updateButtons() );
+    BUTTONACT( dvbs, updateMRL() );
+    BUTTONACT( dvbt, updateMRL() );
+    BUTTONACT( dvbc, updateMRL() );
     }
 
 #endif