Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
f49d38d7
Commit
f49d38d7
authored
May 25, 2006
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Mark skins2-config, wx-config and parent-item as internal
parent
8e67d37a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
modules/demux/playlist/playlist.c
modules/demux/playlist/playlist.c
+1
-0
modules/gui/skins2/src/skin_main.cpp
modules/gui/skins2/src/skin_main.cpp
+1
-0
modules/gui/wxwidgets/wxwidgets.cpp
modules/gui/wxwidgets/wxwidgets.cpp
+1
-0
No files found.
modules/demux/playlist/playlist.c
View file @
f49d38d7
...
...
@@ -51,6 +51,7 @@ vlc_module_begin();
AUTOSTART_TEXT
,
AUTOSTART_LONGTEXT
,
VLC_FALSE
);
add_integer
(
"parent-item"
,
0
,
NULL
,
NULL
,
NULL
,
VLC_TRUE
);
change_internal
();
set_shortname
(
_
(
"Playlist"
)
);
set_description
(
_
(
"Playlist"
)
);
...
...
modules/gui/skins2/src/skin_main.cpp
View file @
f49d38d7
...
...
@@ -438,6 +438,7 @@ vlc_module_begin();
add_string
(
"skins2-config"
,
""
,
NULL
,
SKINS2_CONFIG
,
SKINS2_CONFIG_LONG
,
VLC_TRUE
);
change_autosave
();
change_internal
();
#ifdef WIN32
add_bool
(
"skins2-systray"
,
VLC_FALSE
,
onSystrayChange
,
SKINS2_SYSTRAY
,
SKINS2_SYSTRAY_LONG
,
VLC_FALSE
);
...
...
modules/gui/wxwidgets/wxwidgets.cpp
View file @
f49d38d7
...
...
@@ -164,6 +164,7 @@ vlc_module_begin();
add_string
(
"wx-config-last"
,
NULL
,
NULL
,
"last config"
,
"last config"
,
VLC_TRUE
);
change_autosave
();
change_internal
();
add_deprecated
(
"wxwin-config-last"
,
VLC_FALSE
);
/*Deprecated since 0.8.4*/
add_submodule
();
...
...
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