Changeset e9541a
- Timestamp:
- 07/08/2009 07:10:15 AM (16 years ago)
- Branches:
- 2.0.x, develop, extjs4-port, master
- Children:
- 976285
- Parents:
- 6a78e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deluge/ui/gtkui/preferences.py
r6a78e5 re9541a 735 735 self.glade.get_widget("spin_seed_time_limit").get_value() 736 736 737 ## Cache tab ## 738 new_core_config["cache_size"] = \ 739 self.glade.get_widget("spin_cache_size").get_value_as_int() 740 new_core_config["cache_expiry"] = \ 741 self.glade.get_widget("spin_cache_expiry").get_value_as_int() 742 737 743 # Run plugin hook to apply preferences 738 744 component.get("PluginManager").run_on_apply_prefs()
Note:
See TracChangeset
for help on using the changeset viewer.