]> git.sesse.net Git - vlc/commitdiff
default enable one instance mode on windows. the 0.1% of users wanting
authorAntoine Cellerier <dionoea@videolan.org>
Tue, 10 Jan 2006 22:47:27 +0000 (22:47 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Tue, 10 Jan 2006 22:47:27 +0000 (22:47 +0000)
several VLC instances at once should be able to disable this option in
the prefs.

src/libvlc.h

index 8592b4063b0d3e74e9992b0b44ccd787c1eab0c6..92cfdeb8ff9a3356d85888802f4d12cda8c27b01 100644 (file)
@@ -1343,7 +1343,7 @@ vlc_module_begin();
 #endif
 
 #if defined(WIN32)
-    add_bool( "one-instance", 0, NULL, ONEINSTANCE_TEXT,
+    add_bool( "one-instance", 1, NULL, ONEINSTANCE_TEXT,
               ONEINSTANCE_LONGTEXT, VLC_TRUE );
     add_bool( "playlist-enqueue", 0, NULL, PLAYLISTENQUEUE_TEXT,
               PLAYLISTENQUEUE_LONGTEXT, VLC_TRUE );