mirror of
https://git.deluge-torrent.org/deluge
synced 2025-09-06 18:15:35 +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
|
# Make sure that the interface still exists
|
||||||
try:
|
try:
|
||||||
tab = self.wtree.get_widget("torrent_info").get_current_page()
|
self.wtree.get_widget("torrent_info").get_current_page()
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue