summaryrefslogtreecommitdiff
path: root/libre/virtualbox-libre/libre.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-10 17:07:01 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-05-10 17:07:01 -0300
commitde79e6be763363fd7f5817846e52e355c0eaef22 (patch)
tree0e5d09b1846c56d956fb5677e043f740f1a3a8c9 /libre/virtualbox-libre/libre.patch
parente5d1144f4423f0d6f3459603b8692c74c647fe76 (diff)
virtualbox-libre: fixing issues on the patch
Diffstat (limited to 'libre/virtualbox-libre/libre.patch')
-rw-r--r--libre/virtualbox-libre/libre.patch10
1 files changed, 9 insertions, 1 deletions
diff --git a/libre/virtualbox-libre/libre.patch b/libre/virtualbox-libre/libre.patch
index 552acb9c7..c3e2e4ad4 100644
--- a/libre/virtualbox-libre/libre.patch
+++ b/libre/virtualbox-libre/libre.patch
@@ -1335,7 +1335,7 @@
{
message(pParent, Error,
--- VirtualBox-4.2.12.orig/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp 2013-04-12 07:38:01.000000000 -0300
-+++ VirtualBox-4.2.12/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp 2013-05-10 16:28:40.334715798 -0300
++++ VirtualBox-4.2.12/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp 2013-05-10 17:03:11.087825690 -0300
@@ -650,27 +650,6 @@
}
};
@@ -1364,3 +1364,11 @@
#ifdef VBOX_WITH_DEBUGGER_GUI
class MenuDebugAction : public UIActionMenu
{
+@@ -889,7 +868,6 @@
+ m_pool[UIActionIndexRuntime_Simple_NetworkAdaptersDialog] = new ShowNetworkAdaptersDialogAction(this);
+ m_pool[UIActionIndexRuntime_Simple_SharedFoldersDialog] = new ShowSharedFoldersDialogAction(this);
+ m_pool[UIActionIndexRuntime_Toggle_VRDEServer] = new ToggleVRDEServerAction(this);
+- m_pool[UIActionIndexRuntime_Simple_InstallGuestTools] = new PerformInstallGuestToolsAction(this);
+
+ #ifdef VBOX_WITH_DEBUGGER_GUI
+ /* 'Debug' actions: */