[GB.QT4]
* 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:
parent
c682e455db
commit
c57a4f7df9
1 changed files with 2 additions and 1 deletions
|
@ -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");*/
|
||||
|
|
Loading…
Reference in a new issue