]> git.sesse.net Git - vlc/commitdiff
update comment about setDesktopSettingsAware()
authorRafaël Carré <funman@videolan.org>
Wed, 23 Jan 2008 12:22:41 +0000 (12:22 +0000)
committerRafaël Carré <funman@videolan.org>
Wed, 23 Jan 2008 12:22:41 +0000 (12:22 +0000)
modules/gui/qt4/qt4.cpp

index ecd9005106d7439ddab376db4193860a2656edc9..0f92f92401290c0cfb2cf91e028e0cea62fd2293 100644 (file)
@@ -275,7 +275,7 @@ static void Init( intf_thread_t *p_intf )
      * because it asks gconf for some settings that timeout because of threads
      * see commits 21610 21622 21654 for reference */
 
-    /* If you are under KDE, Xfce or e17, you should comment this line */
+    /* If you don't have a gconftool-2 binary, you should comment this line */
     QApplication::setDesktopSettingsAware( false );
 #endif