From 83e10e113f26b703b5258dbcb69e85dc356c7764 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 1 May 2009 00:11:50 +0200 Subject: [PATCH] Qt: When changing a profile, use it right now. --- modules/gui/qt4/components/sout/profile_selector.cpp | 1 + modules/gui/qt4/dialogs/convert.cpp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/gui/qt4/components/sout/profile_selector.cpp b/modules/gui/qt4/components/sout/profile_selector.cpp index 69adc118a6..23365b87f4 100644 --- a/modules/gui/qt4/components/sout/profile_selector.cpp +++ b/modules/gui/qt4/components/sout/profile_selector.cpp @@ -122,6 +122,7 @@ void VLCProfileSelector::editProfile( const QString& qs, const QString& value ) int i_profile = profileBox->findText( qs ); profileBox->setItemText( i_profile, editor->name ); profileBox->setItemData( i_profile, QVariant( editor->transcodeValue() ) ); + updateOptions( i_profile ); } } delete editor; diff --git a/modules/gui/qt4/dialogs/convert.cpp b/modules/gui/qt4/dialogs/convert.cpp index 59f0518c88..332aa85ead 100644 --- a/modules/gui/qt4/dialogs/convert.cpp +++ b/modules/gui/qt4/dialogs/convert.cpp @@ -140,6 +140,7 @@ void ConvertDialog::close() ",dst='" + fileLine->text() + "'}"; } - msg_Dbg( p_intf, "Transcode MRL: %s", qtu( mrl ) ); + msg_Warn( p_intf, "Transcode MRL: %s", qtu( mrl ) ); accept(); } + -- 2.39.2