Fix addtorrentdialog from not showing updated options on show.

This commit is contained in:
Andrew Resch 2008-05-17 18:56:19 +00:00
parent 3a482b2f19
commit da3cb085af
1 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ class AddTorrentDialog(component.Component):
return None
def update_core_config(self):
self.core_config = {}
# Send requests to the core for these config values
for key in self.core_keys:
client.get_config_value(self._on_config_value, key)