[vlc-devel] [PATCH 2/2] macosx: Cache level pref should set file-caching
Brendon Justin
brendonjustin at gmail.com
Wed Jan 18 22:35:40 CET 2012
The cache level dropdown in simple preferences previously did not change
file-caching, only network-caching, disc-caching and live-caching.
---
modules/gui/macosx/simple_prefs.m | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index 9ae34f3..445d4c7 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -909,6 +909,7 @@ static inline void save_module_list( intf_thread_t * p_intf, id object, const ch
else
{
msg_Dbg( p_intf, "Adjusting all cache values to: %i", (int)[[o_input_cachelevel_pop selectedItem] tag] );
+ CaC( "file-caching" );
CaC( "network-caching" );
CaC( "disc-caching" );
CaC( "live-caching" );
--
1.7.5.4
More information about the vlc-devel
mailing list