vlc | branch: master | Brendon Justin <[email protected]> | Wed Jan 18 16:35:40 2012 -0500| [c422cdda4db1e9f69f53e198de8c01ee691f5157] | committer: Jean-Baptiste Kempf
macosx: Cache level pref should set file-caching The cache level dropdown in simple preferences previously did not change file-caching, only network-caching, disc-caching and live-caching. Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c422cdda4db1e9f69f53e198de8c01ee691f5157 --- 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" ); _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
