Minor changes in interface's update().
This commit is contained in:
parent
0a59338936
commit
a430705f59
@ -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…
x
Reference in New Issue
Block a user