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
b3598c47
Commit
b3598c47
authored
Apr 29, 2011
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Really save bookmarks automatically
parent
8e971c17
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
src/libvlc-module.c
src/libvlc-module.c
+10
-0
No files found.
src/libvlc-module.c
View file @
b3598c47
...
...
@@ -2710,24 +2710,34 @@ vlc_module_begin ()
add_string
(
"bookmark1"
,
NULL
,
BOOKMARK1_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark2"
,
NULL
,
BOOKMARK2_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark3"
,
NULL
,
BOOKMARK3_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark4"
,
NULL
,
BOOKMARK4_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark5"
,
NULL
,
BOOKMARK5_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark6"
,
NULL
,
BOOKMARK6_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark7"
,
NULL
,
BOOKMARK7_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark8"
,
NULL
,
BOOKMARK8_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark9"
,
NULL
,
BOOKMARK9_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
add_string
(
"bookmark10"
,
NULL
,
BOOKMARK10_TEXT
,
BOOKMARK_LONGTEXT
,
false
)
change_autosave
()
#define HELP_TEXT \
N_("print help for VLC (can be combined with --advanced and " \
...
...
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