VirtualBox

Changeset 10462 in vbox


Ignore:
Timestamp:
Jul 10, 2008 8:56:27 AM (16 years ago)
Author:
vboxsync
Message:

added VBOX_WITH_UPDATE_REQUEST (default is defined)

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/Makefile.kmk

    r10439 r10462  
    2121
    2222VBOX_WITH_REGISTRATION := 1
     23
     24# Ask the user to register at Sun. If this setting is disabled the user can
     25# still register using the menu if desired.
    2326VBOX_WITH_REGISTRATION_REQUEST := 1
     27
     28# Show the update notifier dialog during startup. If this setting is disabled
     29# the user can still register using the menu if desired.
     30VBOX_WITH_UPDATE_REQUEST := 1
    2431
    2532DEPTH = ../../../..
     
    450457ifdef VBOX_WITH_REGISTRATION_REQUEST
    451458 VirtualBox4_DEFS         += VBOX_WITH_REGISTRATION_REQUEST
     459endif
     460ifdef VBOX_WITH_UPDATE_REQUEST
     461 VirtualBox4_DEFS         += VBOX_WITH_UPDATE_REQUEST
    452462endif
    453463ifdef VBOX_WITH_ALSA
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleWnd.cpp

    r10460 r10462  
    982982    vboxGlobal().showRegistrationDialog (false /* aForce */);
    983983#endif
     984#ifdef VBOX_WITH_UPDATE_REQUEST
    984985    vboxGlobal().showUpdateDialog (false /* aForce */);
     986#endif
    985987}
    986988
  • trunk/src/VBox/Frontends/VirtualBox4/src/main.cpp

    r10439 r10462  
    274274                vboxGlobal().showRegistrationDialog (false /* aForce */);
    275275#endif
     276#ifdef VBOX_WITH_UPDATE_REQUEST
    276277                vboxGlobal().showUpdateDialog (false /* aForce */);
     278#endif
    277279                vboxGlobal().startEnumeratingMedia();
    278280                rc = a.exec();
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