git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2320905
)
macosx: Do NOT call config_SaveConfigFile() if you don't intend to save ALL the optio...
author
Derk-Jan Hartman
<hartman@videolan.org>
Mon, 25 Aug 2008 13:59:26 +0000
(15:59 +0200)
committer
Derk-Jan Hartman
<hartman@videolan.org>
Mon, 25 Aug 2008 14:36:00 +0000
(16:36 +0200)
modules/gui/macosx/intf.m
patch
|
blob
|
history
diff --git
a/modules/gui/macosx/intf.m
b/modules/gui/macosx/intf.m
index
256f6a2
..
015cd16
100644
(file)
--- a/
modules/gui/macosx/intf.m
+++ b/
modules/gui/macosx/intf.m
@@
-659,11
+659,6
@@
static VLCMain *_o_sharedMainInstance = nil;
/* make sure that the current volume is saved */
config_PutInt( p_intf->p_libvlc, "volume", i_lastShownVolume );
- returnedValue = config_SaveConfigFile( p_intf->p_libvlc, "main" );
- if( returnedValue != 0 )
- msg_Err( p_intf,
- "error while saving volume in osx's terminate method (%i)",
- returnedValue );
/* save the prefs if they were changed in the extended panel */
if(o_extended && [o_extended getConfigChanged])