git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a39c57
)
Qt: correctly update the MRL on DVB/Linux
author
Jean-Baptiste Kempf
<jb@videolan.org>
Fri, 1 May 2009 15:02:49 +0000
(17:02 +0200)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Fri, 1 May 2009 15:02:49 +0000
(17:02 +0200)
modules/gui/qt4/components/open_panels.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/components/open_panels.cpp
b/modules/gui/qt4/components/open_panels.cpp
index
9beeab8
..
03e629d
100644
(file)
--- 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