Changeset 0890cc


Ignore:
Timestamp:
11/05/2016 11:30:31 AM (9 years ago)
Author:
Calum Lind <calumlind+deluge@gmail.com>
Branches:
2.0.x, develop, master
Children:
fd80ed
Parents:
e31acf
git-author:
Calum Lind <calumlind+deluge@gmail.com> (11/05/2016 11:26:40 AM)
git-committer:
Calum Lind <calumlind+deluge@gmail.com> (11/05/2016 11:30:31 AM)
Message:

#2922 Fix session.apply_sessings alert_mask

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/core/alertmanager.py

    re31acf r0890cc  
    4848
    4949        try:
    50             self.session.apply_settings('alert_mask', alert_mask)
     50            self.session.apply_settings({'alert_mask': alert_mask})
    5151        except AttributeError:
    5252            self.session.set_alert_mask(alert_mask)
Note: See TracChangeset for help on using the changeset viewer.