GNOME Bugzilla – Bug 752724
gdm-x-session: drop spurious g_getenv call
Last modified: 2015-07-22 13:20:54 UTC
We call g_getenv("XDG_VTNR") twice in a row, when the result the first time around is stored in the vt variable. This commit just uses the vt variable again, and avoids the second call.
Created attachment 307907 [details] [review] gdm-x-session: drop spurious g_getenv call
Attachment 307907 [details] pushed as 752043c - gdm-x-session: drop spurious g_getenv call