[vlc-commits] macosx: Cache level pref should set file-caching
Brendon Justin
git at videolan.org
Thu Jan 19 00:17:48 CET 2012
vlc | branch: master | Brendon Justin <brendonjustin at gmail.com> | 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 <jb at videolan.org>
> 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" );
More information about the vlc-commits
mailing list