diff options
author | John Marino <marino@FreeBSD.org> | 2013-10-02 12:28:04 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-10-02 12:28:04 +0000 |
commit | 3f7ef17ef8a841f80e17df7cb79ea516cdd42bea (patch) | |
tree | 0d4bc5d50d905a1b064e61d4b970165a891a2113 /security/tpmmanager | |
parent | a4a06e3a92be839546335ad49ff171a91ebf957a (diff) |
Notes
Diffstat (limited to 'security/tpmmanager')
-rw-r--r-- | security/tpmmanager/files/patch-src_TPMManager.cxx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/tpmmanager/files/patch-src_TPMManager.cxx b/security/tpmmanager/files/patch-src_TPMManager.cxx new file mode 100644 index 000000000000..13254f6a63fe --- /dev/null +++ b/security/tpmmanager/files/patch-src_TPMManager.cxx @@ -0,0 +1,11 @@ +--- src/TPMManager.cxx.orig 2011-08-15 13:23:48.000000000 +0000 ++++ src/TPMManager.cxx +@@ -409,7 +409,7 @@ void TPM_Manager::slotUpdatePCRs() + + void TPM_Manager::slotProcessURL( const QString& url ) + { +- QUrl myURL = QUrl::QUrl(url, QUrl::StrictMode); ++ QUrl myURL = QUrl(url, QUrl::StrictMode); + if ( !( QDesktopServices::openUrl(myURL) ) ) + QMessageBox::critical( this, "Error: Opening a URL", "Could not open your favourite browser. " ); + } |