]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/storage/storage.cpp
This is committing most of the patch received from Eric.
[bacula/bacula] / bacula / src / qt-console / storage / storage.cpp
index 089b64817d4a621457679bb9f69a6c04f08c3a95..7141787c7942242fb17f66038a6fbee3c610471e 100644 (file)
@@ -60,7 +60,6 @@ Storage::Storage()
    /* add context sensitive menu items specific to this classto the page
     * selector tree. m_contextActions is QList of QActions */
    m_contextActions.append(actionRefreshStorage);
-   dockPage();
 }
 
 Storage::~Storage()
@@ -234,6 +233,7 @@ void Storage::PgSeltreeWidgetClicked()
       populateTree();
       createContextMenu();
    }
+   dockPage();
 }
 
 /*