[vlc-devel] commit: Qt: enable UDP address edit when RTP is toggled ( Jean-Philippe Andre )

git version control git at videolan.org
Sun Aug 24 21:05:07 CEST 2008


vlc | branch: master | Jean-Philippe Andre <jpeg at via.ecp.fr> | Sun Aug 24 15:05:34 2008 -0400| [21f23760023c2242adeef84a0cf1b3565719f811] | committer: Jean-Philippe Andre 

Qt: enable UDP address edit when RTP is toggled

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=21f23760023c2242adeef84a0cf1b3565719f811
---

 modules/gui/qt4/dialogs/sout.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/dialogs/sout.cpp b/modules/gui/qt4/dialogs/sout.cpp
index 35433f1..7bf522b 100644
--- a/modules/gui/qt4/dialogs/sout.cpp
+++ b/modules/gui/qt4/dialogs/sout.cpp
@@ -350,6 +350,7 @@ void SoutDialog::RTPtoggled( bool b_en )
     ui.RTPLabel->setEnabled( b_en );
     ui.RTPEdit->setEnabled( b_en );
     ui.UDPOutput->setEnabled( b_en );
+    ui.UDPEdit->setEnabled( b_en );
     ui.UDPPort->setEnabled( b_en );
     ui.UDPPortLabel->setEnabled( b_en );
     ui.RTPPort2->setEnabled( b_en );




More information about the vlc-devel mailing list