* tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
authorThiago Macieira <thiago@kde.org>
Thu, 26 Oct 2006 17:34:49 +0000 (17:34 +0000)
committerThiago Macieira <thiago@kde.org>
Thu, 26 Oct 2006 17:34:49 +0000 (17:34 +0000)
commit01b91ba121034f94c1e4d4511b9e61f622dde48c
treef754ee026ce574ba3df2cf47db3215655a199d4e
parenta107da84891f941d591bcaa99641f4058f089c7d
* tools/dbus-launch-x11.c (get_session_file, init_x_atoms):
        check if get_machine_uuid() returns NULL before proceeding any
        further: we can't init the X atoms or create a session file
        name if there is no machine ID.
This solves a crash reported by some users if
        --exit-with-session was used without --autolaunch=<machine-id>
ChangeLog
tools/dbus-launch-x11.c