Minor changes in interface's update().

This commit is contained in:
Alex Dedul 2007-08-06 01:01:22 +00:00
commit a430705f59

View file

@ -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