Changeset 86916 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 19, 2020 11:06:19 AM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 141398
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/SystemPropertiesImpl.cpp
r85683 r86916 1253 1253 { 1254 1254 AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS); 1255 if (m->strDefaultFrontend == Utf8Str(aDefaultFrontend))1255 if (m->strDefaultFrontend == aDefaultFrontend) 1256 1256 return S_OK; 1257 1257 HRESULT rc = i_setDefaultFrontend(aDefaultFrontend);
Note:
See TracChangeset
for help on using the changeset viewer.