From d398679c7e3a2b5076de3c48e4f02ab712167dc0 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 27 Dec 2008 20:58:30 +0000 Subject: [PATCH] - Forgot to add this line back --- src/options_imp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/options_imp.cpp b/src/options_imp.cpp index 292488430..2f2cdf4ea 100644 --- a/src/options_imp.cpp +++ b/src/options_imp.cpp @@ -223,6 +223,7 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){ connect(checkEnableRSS, SIGNAL(stateChanged(int)), this, SLOT(enableApplyButton())); connect(checkEnableQueueing, SIGNAL(stateChanged(int)), this, SLOT(enableApplyButton())); connect(spinMaxActiveDownloads, SIGNAL(valueChanged(QString)), this, SLOT(enableApplyButton())); + connect(spinMaxActiveUploads, SIGNAL(valueChanged(QString)), this, SLOT(enableApplyButton())); connect(spinMaxActiveTorrents, SIGNAL(valueChanged(QString)), this, SLOT(enableApplyButton())); // Web UI tab connect(checkWebUi, SIGNAL(toggled(bool)), this, SLOT(enableApplyButton()));