Update the about dialog and have it show the core version and libtorrent version

This commit is contained in:
Andrew Resch 2009-09-19 00:18:14 +00:00
commit 3f8441af6a
2 changed files with 50 additions and 24 deletions

View file

@ -801,3 +801,14 @@ class Core(component.Component):
"""
return deluge.common.free_space(path)
@export
def get_libtorrent_version(self):
"""
Returns the libtorrent version.
:returns: the version
:rtype: string
"""
return lt.version

File diff suppressed because one or more lines are too long