Changeset 24605 in vbox
- Timestamp:
- Nov 12, 2009 12:38:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
r24073 r24605 61 61 "org.freedesktop.Notifications", 62 62 "Notify"); 63 if ( conn== NULL)63 if (msg == NULL) 64 64 { 65 65 Log(("Could not create D-BUS message!\n")); 66 66 rc = VERR_INVALID_HANDLE; 67 67 } 68 else 69 rc = VINF_SUCCESS; 68 70 } 69 71 if (RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.

