[vlc-commits] macosx: Cache level pref should set file-caching
Brendon Justin
git at videolan.org
Thu Jan 19 00:39:43 CET 2012
vlc/vlc-1.2 | branch: master | Brendon Justin <brendonjustin at gmail.com> | Wed Jan 18 16:35:40 2012 -0500| [881baaa2acd3a0cd7f3d934b85f09e864445743a] | 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>
(cherry picked from commit c422cdda4db1e9f69f53e198de8c01ee691f5157)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=881baaa2acd3a0cd7f3d934b85f09e864445743a
---
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 5c3707a..5ea2e1c 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -908,6 +908,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