Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
9752da9d
Commit
9752da9d
authored
Aug 25, 2008
by
Derk-Jan Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config: Do not use config_SaveConfigFile( , NULL) or config_SaveConfigFile(, "main" ).
parent
867ca80a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
modules/gui/beos/InterfaceWindow.cpp
modules/gui/beos/InterfaceWindow.cpp
+0
-1
modules/gui/macosx/equalizer.m
modules/gui/macosx/equalizer.m
+0
-3
No files found.
modules/gui/beos/InterfaceWindow.cpp
View file @
9752da9d
...
...
@@ -1112,7 +1112,6 @@ InterfaceWindow::_StoreSettings()
{
/* Save the volume */
config_PutInt
(
p_intf
,
"volume"
,
p_mediaControl
->
GetVolume
()
);
config_SaveConfigFile
(
p_intf
,
"main"
);
/* Save the windows positions */
if
(
fSettings
->
ReplaceRect
(
"main frame"
,
Frame
()
)
!=
B_OK
)
...
...
modules/gui/macosx/equalizer.m
View file @
9752da9d
...
...
@@ -112,9 +112,6 @@ static void ChangeFiltersString( intf_thread_t *p_intf,
{
/* save changed to config */
config_PutPsz
(
p_object
,
"audio-filter"
,
psz_string
);
/* save to vlcrc */
config_SaveConfigFile
(
p_object
,
"main"
);
}
free
(
psz_string
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment