[vlc-devel] commit: Hid the ask-privacy option for Qt from the preferences. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Jul 26 03:55:34 CEST 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jul 25 18:52:15 2008 -0700| [0871d444bc2cdbe581329afc5d5f990c4a7b4434]

Hid the ask-privacy option for Qt from the preferences.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0871d444bc2cdbe581329afc5d5f990c4a7b4434
---

 modules/gui/qt4/qt4.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp
index 2790451..6781f74 100644
--- a/modules/gui/qt4/qt4.cpp
+++ b/modules/gui/qt4/qt4.cpp
@@ -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 );
 




More information about the vlc-devel mailing list