mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-07 18:45:36 +00:00
Minor changes in interface's update().
This commit is contained in:
parent
0a59338936
commit
a430705f59
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ class DelugeGTK:
|
|||
|
||||
# Make sure that the interface still exists
|
||||
try:
|
||||
tab = self.wtree.get_widget("torrent_info").get_current_page()
|
||||
self.wtree.get_widget("torrent_info").get_current_page()
|
||||
except AttributeError:
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue