* NEW: Do not disable Glib event loop support on KDE. It takes CPU and 
  memory, but Phonon needs it apparently to use PulseAudio.


git-svn-id: svn://localhost/gambas/trunk@3825 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
Benoît Minisini 2011-05-01 15:34:34 +00:00
parent c682e455db
commit c57a4f7df9

View file

@ -1059,7 +1059,8 @@ int EXPORT GB_INIT(void)
{
char *env;
// Disable GLib support on KDE only
// Do not disable GLib support
/*env = getenv("KDE_FULL_SESSION");
if (env && !strcasecmp(env, "true"))
putenv((char *)"QT_NO_GLIB=1");*/