Changeset 55600 in vbox for trunk/src/VBox/Additions/x11/VBoxClient
- Timestamp:
- May 2, 2015 8:05:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
r55401 r55600 45 45 DBusConnection *conn; 46 46 DBusMessage* msg = NULL; 47 conn = dbus_bus_get (DBUS_BUS_SESS ON, NULL);47 conn = dbus_bus_get (DBUS_BUS_SESSION, NULL); 48 48 if (conn == NULL) 49 49 {
Note:
See TracChangeset
for help on using the changeset viewer.