Changeset e9541a


Ignore:
Timestamp:
07/08/2009 07:10:15 AM (16 years ago)
Author:
Andrew Resch <andrewresch@gmail.com>
Branches:
2.0.x, develop, extjs4-port, master
Children:
976285
Parents:
6a78e5
Message:

Fix setting cache options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/ui/gtkui/preferences.py

    r6a78e5 re9541a  
    735735            self.glade.get_widget("spin_seed_time_limit").get_value()
    736736
     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
    737743        # Run plugin hook to apply preferences
    738744        component.get("PluginManager").run_on_apply_prefs()
Note: See TracChangeset for help on using the changeset viewer.