VirtualBox

Changeset 71669 in vbox


Ignore:
Timestamp:
Apr 4, 2018 6:54:19 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
121699
Message:

FE/Qt: bugref:9072: Make sure logviewer shows the correct text when no log files exist

File:
1 edited

Legend:

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

    r71638 r71669  
    893893        m_logPageList[tabIndex] = pLogPage;
    894894
    895         /* Set the log string of the UIVMLogPage: */
    896         pLogPage->setLogString(strLogContent);
    897895        /* Set text edit since we want to display this text: */
    898896        if (!noLogsToShow)
     897        {
    899898            pLogPage->setTextEditText(strLogContent);
     899            /* Set the log string of the UIVMLogPage: */
     900            pLogPage->setLogString(strLogContent);
     901        }
    900902        /* In case there are some errors append the error text as html: */
    901903        else
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