Merge pull request #894 from ZeldaZach/fix_double_popup

Fix double popup on delete pics
This commit is contained in:
Zach 2015-03-30 17:27:26 -04:00
commit 11d1d22da5

View file

@ -39,9 +39,6 @@ GeneralSettingsPage::GeneralSettingsPage()
}
picDownloadCheckBox.setChecked(settingsCache->getPicDownload());
connect(&clearDownloadedPicsButton, SIGNAL(clicked()), this, SLOT(clearDownloadedPicsButtonClicked()));
picDownloadHqCheckBox.setChecked(settingsCache->getPicDownloadHq());
pixmapCacheEdit.setMinimum(PIXMAPCACHE_SIZE_MIN);