[vlc-devel] commit: Qt: correctly update the MRL on DVB/Linux (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri May 1 17:03:03 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri May 1 17:02:49 2009 +0200| [2c53f3f037208abec24550a94d3963e5793b93d4] | committer: Jean-Baptiste Kempf
Qt: correctly update the MRL on DVB/Linux
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2c53f3f037208abec24550a94d3963e5793b93d4
---
modules/gui/qt4/components/open_panels.cpp | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 9beeab8..03e629d 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -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
More information about the vlc-devel
mailing list