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:
8ea0368
)
do not show started-from-file in the prefs
author
Christophe Mutricy
<xtophe@videolan.org>
Tue, 28 Nov 2006 23:07:54 +0000
(23:07 +0000)
committer
Christophe Mutricy
<xtophe@videolan.org>
Tue, 28 Nov 2006 23:07:54 +0000
(23:07 +0000)
src/libvlc.h
patch
|
blob
|
history
diff --git
a/src/libvlc.h
b/src/libvlc.h
index
f9b128a
..
747886c
100644
(file)
--- a/
src/libvlc.h
+++ b/
src/libvlc.h
@@
-1633,6
+1633,7
@@
vlc_module_begin();
ONEINSTANCE_WIN_LONGTEXT, VLC_TRUE );
add_bool( "started-from-file", 0, NULL, STARTEDFROMFILE_TEXT,
STARTEDFROMFILE_LONGTEXT, VLC_TRUE );
+ change_internal();
change_unsaveable();
add_bool( "one-instance-when-started-from-file", 1, NULL,
ONEINSTANCEWHENSTARTEDFROMFILE_TEXT,