Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
e14328ac
Commit
e14328ac
authored
Mar 27, 2007
by
yoann
Browse files
* use add_file instead of add_string for skins2-last - this fixes QT interface simple prefs
parent
cdda8bc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/skins2/src/skin_main.cpp
View file @
e14328ac
...
...
@@ -445,8 +445,8 @@ static int onTaskBarChange( vlc_object_t *pObj, const char *pVariable,
vlc_module_begin
();
set_category
(
CAT_INTERFACE
);
set_subcategory
(
SUBCAT_INTERFACE_MAIN
);
add_
string
(
"skins2-last"
,
""
,
NULL
,
SKINS2_LAST
,
SKINS2_LAST_LONG
,
VLC_TRUE
);
add_
file
(
"skins2-last"
,
""
,
NULL
,
SKINS2_LAST
,
SKINS2_LAST_LONG
,
VLC_TRUE
);
change_autosave
();
add_string
(
"skins2-config"
,
""
,
NULL
,
SKINS2_CONFIG
,
SKINS2_CONFIG_LONG
,
VLC_TRUE
);
...
...
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