Changeset 28493 in vbox
- Timestamp:
- Apr 19, 2010 6:33:12 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60288
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp
r28279 r28493 123 123 prepareSessionConnections(); 124 124 125 /* Prepare action groups: 126 * Note: This has to be done before prepareActionConnections 127 * cause here actions/menus are recreated. */ 128 prepareActionGroups(); 129 125 130 /* Prepare action connections: */ 126 131 prepareActionConnections(); 127 128 /* Prepare action groups: */129 prepareActionGroups();130 132 131 133 /* Prepare machine window: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineLogicNormal.cpp
r28279 r28493 58 58 prepareSessionConnections(); 59 59 60 /* Prepare action groups: 61 * Note: This has to be done before prepareActionConnections 62 * cause here actions/menus are recreated. */ 63 prepareActionGroups(); 64 60 65 /* Prepare action connections: */ 61 66 prepareActionConnections(); 62 63 /* Prepare action groups: */64 prepareActionGroups();65 67 66 68 /* Prepare normal machine window: */ -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/seamless/UIMachineLogicSeamless.cpp
r28279 r28493 115 115 prepareSessionConnections(); 116 116 117 /* Prepare action groups: 118 * Note: This has to be done before prepareActionConnections 119 * cause here actions/menus are recreated. */ 120 prepareActionGroups(); 121 117 122 /* Prepare action connections: */ 118 123 prepareActionConnections(); 119 120 /* Prepare action groups: */121 prepareActionGroups();122 124 123 125 /* Prepare normal machine window: */
Note:
See TracChangeset
for help on using the changeset viewer.