FreeBSD Bugzilla – Attachment 150391 Details for
Bug 193807
multimedia/vlc fails to use OSS backend after recent upgrade
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
QT4 GUI OSS options patch
patch-modules-gui-qt4-components-simple_preferences.diff (text/plain), 917 bytes, created by
Hans Petter Selasky
on 2014-12-09 09:55:00 UTC
(
hide
)
Description:
QT4 GUI OSS options patch
Filename:
MIME Type:
Creator:
Hans Petter Selasky
Created:
2014-12-09 09:55:00 UTC
Size:
917 bytes
patch
obsolete
>--- modules/gui/qt4/components/simple_preferences.cpp.orig 2014-12-09 10:47:08.000000000 +0100 >+++ modules/gui/qt4/components/simple_preferences.cpp 2014-12-09 10:48:34.000000000 +0100 >@@ -419,7 +419,8 @@ > QLineEdit * name ## Device = new QLineEdit; \ > name ## Label->setBuddy( name ## Device ); \ > QPushButton * name ## Browse = new QPushButton( qtr( "Browse..." ) ); \ >- outputAudioLayout->addWidget( name ## Device, outputAudioLayout->rowCount() - 1, 0, 1, -1, Qt::AlignLeft ); >+ outputAudioLayout->addWidget( name ## Device, outputAudioLayout->rowCount() - 1, 0, 1, -1, Qt::AlignLeft ); \ >+ outputAudioLayout->addWidget( name ## Browse, outputAudioLayout->rowCount() - 1, 1, 1, -1, Qt::AlignLeft ); > > /* Build if necessary */ > QGridLayout * outputAudioLayout = qobject_cast<QGridLayout *>(ui.outputAudioBox->layout());
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193807
:
147522
| 150391