#3039 closed bug (Fixed)
Preference window doesn't open
Reported by: | Dirac | Owned by: | Calum |
---|---|---|---|
Priority: | minor | Milestone: | Future |
Component: | GTK UI | Version: | 1.3.15 |
Keywords: | Cc: |
Description
Click on "Preferences" doesn't open the Preferences window.
Client: 1.3.15 Server: 1.3.15
System: Arch Linux
Downgrading to Client 1.3.14 fixes issue.
Change History (5)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Milestone: | needs verified → 1.3.16 |
---|---|
Owner: | set to |
Status: | new → assigned |
Version: | other (please specify) → 1.3.15 |
comment:3 by , 8 years ago
About [38d7b7cdfde3c50d]: that version check seems a good idea. Maybe we should just capture keyerror.
except (AttributeError,KeyError): lt_single_proxy = False
comment:4 by , 8 years ago
Resolution: | → Fixed |
---|---|
Status: | assigned → closed |
Can safely assume that no-one is using ancient libtorrent version 0.14 or 0.15 anymore, especially with latest client...
Note:
See TracTickets
for help on using tickets.
Yeah this was a bug that occured in the middle of releasing 1.3.15 and the source tarball didn't contain the fix. [38d7b7cdfde3c50d]
What I can do is put a 1.3.15.1 source tarball including that fix?