]> git.sesse.net Git - vlc/commitdiff
Hid the ask-privacy option for Qt from the preferences.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jul 2008 01:52:15 +0000 (18:52 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jul 2008 01:52:15 +0000 (18:52 -0700)
modules/gui/qt4/qt4.cpp

index 27904511113ca30c6a32e39ba78f33cf71fba97f..6781f743b6cf5dbe0d2b42a8003523c8e9cf4145 100644 (file)
@@ -205,6 +205,7 @@ vlc_module_begin();
 
         add_bool( "qt-privacy-ask", true, NULL, PRIVACY_TEXT, PRIVACY_TEXT,
                 false );
+            change_internal();
 
         set_callbacks( OpenDialogs, Close );