From 7e17e5bad48dc5a72a00f4583f7b2a7578163305 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Wed, 23 Jan 2008 12:22:41 +0000 Subject: [PATCH] update comment about setDesktopSettingsAware() --- modules/gui/qt4/qt4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index ecd9005106..0f92f92401 100644 --- a/modules/gui/qt4/qt4.cpp +++ b/modules/gui/qt4/qt4.cpp @@ -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 -- 2.39.5