VirtualBox

Changeset 17278 in vbox


Ignore:
Timestamp:
Mar 3, 2009 2:01:31 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt4: Removing "shared folders disabling logic" as shared folders are now always goes as safe-array (vector).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r17260 r17278  
    912912    }
    913913
    914     /* initialize shared folders stuff */
    915     CSharedFolderVector sfvec = cconsole.GetSharedFolders();
    916     if (sfvec.size() == 0)
    917     {
    918         /* hide shared folders menu action & sf_separator & sf_status_icon */
    919         mDevicesSFDialogAction->setVisible (false);
    920         mDevicesSFMenuSeparator->setVisible (false);
    921         sf_light->setHidden (true);
    922     }
    923 
    924914    /* start an idle timer that will update device lighths */
    925915    connect (idle_timer, SIGNAL (timeout()), SLOT (updateDeviceLights()));
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette