mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 09:02:31 -06:00
Fix RSS refresh interval saving
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
- BUGFIX: Do not report a progress of 100% in the Web UI unless the
|
- BUGFIX: Do not report a progress of 100% in the Web UI unless the
|
||||||
torrent is really complete (closes #674349)
|
torrent is really complete (closes #674349)
|
||||||
- BUGFIX: Fix possible incorrect behavior with queueing
|
- BUGFIX: Fix possible incorrect behavior with queueing
|
||||||
|
- BUGFIX: Fix RSS refresh interval saving
|
||||||
|
|
||||||
* Wed Nov 10 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.10
|
* Wed Nov 10 2010 - Christophe Dumez <chris@qbittorrent.org> - v2.4.10
|
||||||
- BUGFIX: Fix possible crash when selecting a RSS item (really closes #575624)
|
- BUGFIX: Fix possible crash when selecting a RSS item (really closes #575624)
|
||||||
|
|||||||
@@ -652,5 +652,5 @@ RSSImp::~RSSImp(){
|
|||||||
void RSSImp::on_settingsButton_clicked() {
|
void RSSImp::on_settingsButton_clicked() {
|
||||||
RssSettings rssSettingsDlg(this);
|
RssSettings rssSettingsDlg(this);
|
||||||
if(rssSettingsDlg.exec())
|
if(rssSettingsDlg.exec())
|
||||||
updateRefreshInterval(Preferences::getRefreshInterval());
|
updateRefreshInterval(Preferences::getRSSRefreshInterval());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user