Files
itgmania212121/Themes/_fallback/Scripts
Dan Guzek f0e46ecb49 fix ThemePrefs
The ThemePrefs table contains several functions and single standalone variable, NeedsSaving.  When a themer calls ThemePrefs.Save() the system will check the status of NeedsSaved to determine whether it really needs to save or not.  This is by design to prevent unnecessary writing to disk.

As far as I am able to discern, NeedsSaved would never be anything but false due to scoping within the ThemePrefs table.  This commit properly scopes that variable as it used within the functions.

It looks like ThemePrefs.ForceSave() was added as a workaround; it didn't check the status of NeedsSaved and just always saved, "no matter what."  Though it seems safe to outright remove ForceSave(), I'm leaving it in for compatibility.  Consider it deprecated I suppose.
2015-04-06 21:08:12 -04:00
..
2015-01-06 22:00:06 -07:00
2011-08-18 23:40:38 -05:00
2014-12-14 13:42:05 -05:00
2011-09-13 02:06:50 +00:00
2011-03-17 01:47:30 -04:00
2011-08-20 20:17:00 -05:00
2011-08-20 20:17:00 -05:00
2015-04-06 21:08:12 -04:00