persepolisdm / persepolis

Persepolis is a download manager written in Python.
https://persepolisdm.github.io
GNU General Public License v3.0
6.29k stars 653 forks source link

okPushButtonPressed(): setting.py:644:okPushButtonPressed:AttributeError: 'list' object has no attribute 'changeIcon' #631

Closed hedayat closed 5 years ago

hedayat commented 5 years ago

System Details:

Traceback (most recent call last): File "/usr/lib/python3.6/site-packages/persepolis/scripts/setting.py", line 644, in okPushButtonPressed window.changeIcon(icons) AttributeError: 'list' object has no attribute 'changeIcon'

Local variables in innermost frame: window: [] list: [[], []] icons: 'Papirus' button: False self: <persepolis.scripts.setting.PreferencesWindow object at 0x7eff280a3f78>

Issue Description and steps to reproduce:

Distro bug: https://bugzilla.redhat.com/show_bug.cgi?id=1622322

alireza-amirsamimi commented 5 years ago

I fixed this issue :) Thanks for reporting :+1: