summaryrefslogtreecommitdiff
path: root/net-p2p/transmission-cli/files/patch-qt-mainwin.cc
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2015-07-03 21:43:13 +0000
committerChris Rees <crees@FreeBSD.org>2015-07-03 21:43:13 +0000
commitb15e867cfe9b6aaa99279091d47908dc513affee (patch)
tree125cae4ddd7024db3ee702a87c83231536ab0518 /net-p2p/transmission-cli/files/patch-qt-mainwin.cc
parent- Update to 2.2.2. (diff)
Don't depend on base OpenSSL when using WITH_OPENSSL_PORT.
PR: ports/186978 Submitted by: Bernard Spil
Diffstat (limited to '')
-rw-r--r--net-p2p/transmission-cli/files/patch-qt-mainwin.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-p2p/transmission-cli/files/patch-qt-mainwin.cc b/net-p2p/transmission-cli/files/patch-qt-mainwin.cc
index aa78bf01cfeb..4df00031615a 100644
--- a/net-p2p/transmission-cli/files/patch-qt-mainwin.cc
+++ b/net-p2p/transmission-cli/files/patch-qt-mainwin.cc
@@ -1,6 +1,6 @@
---- qt/mainwin.cc.orig 2014-07-21 14:31:59.381934558 +0100
-+++ qt/mainwin.cc 2014-07-21 14:35:42.020934743 +0100
-@@ -1165,8 +1165,8 @@
+--- qt/mainwin.cc.orig 2014-07-01 17:09:14 UTC
++++ qt/mainwin.cc
+@@ -1165,8 +1165,8 @@ TrMainWindow :: openTorrent ()
QCheckBox * b = new QCheckBox (tr ("Show &options dialog"));
b->setChecked (myPrefs.getBool (Prefs::OPTIONS_PROMPT));
b->setObjectName (SHOW_OPTIONS_CHECKBOX_NAME);
@@ -11,7 +11,7 @@
{
l = new QGridLayout;
d->setLayout (l);
-@@ -1313,8 +1313,8 @@
+@@ -1313,8 +1313,8 @@ TrMainWindow :: removeTorrents (const bo
msgBox.setDefaultButton (QMessageBox::Cancel);
msgBox.setIcon (QMessageBox::Question);
// hack needed to keep the dialog from being too narrow