]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/restore/prerestore.cpp
Read and write settings for the splitter in restore.
[bacula/bacula] / bacula / src / qt-console / restore / prerestore.cpp
index d399cd50c6d152c55ef899d1d0c191c061823ed0..d24822fa5cc05a47e84a2fa61c769540e37498d8 100644 (file)
@@ -64,6 +64,8 @@ void prerestorePage::buildPage()
    pgInitialize();
    m_console->notify(false);
    m_closeable = true;
+   QTreeWidgetItem* thisitem = mainWin->getFromHash(this);
+   thisitem->setIcon(0,QIcon(QString::fromUtf8(":images/restore.png")));
 
    if (!m_console->preventInUseConnect())
        return;