VirtualBox

Changeset 86916 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Nov 19, 2020 11:06:19 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
141398
Message:

Main: No need to copy aDefaultFront.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp

    r85683 r86916  
    12531253{
    12541254    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    1255     if (m->strDefaultFrontend == Utf8Str(aDefaultFrontend))
     1255    if (m->strDefaultFrontend == aDefaultFrontend)
    12561256        return S_OK;
    12571257    HRESULT rc = i_setDefaultFrontend(aDefaultFrontend);
Note: See TracChangeset for help on using the changeset viewer.

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