blob: 7068193591159112e491b8485d1530da15625315 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Description: Disable notifications about outdated guest additions.
Author: Felix Geyer <fgeyer@debian.org>
Index: virtualbox/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
===================================================================
--- virtualbox.orig/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
+++ virtualbox/src/VBox/Additions/x11/VBoxClient/hostversion.cpp
@@ -45,6 +45,7 @@
static int showNotify(const char *pszHeader, const char *pszBody)
{
+ return VINF_SUCCESS;
int rc;
# ifdef VBOX_WITH_DBUS
DBusConnection *conn;
|