git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7357
91ce42f0-d328-0410-95d8-
f526ca767f89
#ifdef HAVE_TLS
const char *prompt = (const char *)userdata;
# if defined(HAVE_WIN32)
- sendit(prompt);
+// sendit(prompt);
if (win32_cgets(buf, size) == NULL) {
buf[0] = 0;
return 0;
#ifdef HAVE_TLS
const char *prompt = (const char *)userdata;
# if defined(HAVE_WIN32)
- sendit(prompt);
+// sendit(prompt);
if (win32_cgets(buf, size) == NULL) {
buf[0] = 0;
return 0;
/*
* Set the values of non-job combo boxes to the job defaults
*/
-void restoreTree::jobComboChanged(int)
+void restoreTree::jobComboChanged(int index)
{
if (jobCombo->currentText() == tr("Any")) {
fileSetCombo->setCurrentIndex(fileSetCombo->findText(tr("Any"), Qt::MatchExactly));