[vlc-devel] commit: Fix network panel (start with deactivated checkboxes) ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jul 9 09:28:53 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Jul 8 10:35:33 2008 +0200| [a6914ce14bb60c16731fe0c6d87bae44cfb4b2f9]
Fix network panel (start with deactivated checkboxes)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a6914ce14bb60c16731fe0c6d87bae44cfb4b2f9
---
modules/gui/qt4/components/open_panels.cpp | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/open_panels.cpp b/modules/gui/qt4/components/open_panels.cpp
index 3c6d8c3..6e7dd67 100644
--- a/modules/gui/qt4/components/open_panels.cpp
+++ b/modules/gui/qt4/components/open_panels.cpp
@@ -429,6 +429,8 @@ NetOpenPanel::NetOpenPanel( QWidget *_parent, intf_thread_t *_p_intf ) :
ui.protocolCombo->addItem("UDP/RTP (unicast)", QVariant("udp"));
ui.protocolCombo->addItem("UDP/RTP (multicast)", QVariant("udp"));
ui.protocolCombo->addItem("RTMP", QVariant("rtmp"));
+
+ updateProtocol( ui.protocolCombo->currentIndex() );
}
NetOpenPanel::~NetOpenPanel()
More information about the vlc-devel
mailing list