summaryrefslogtreecommitdiff
path: root/browserGrid.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'browserGrid.cpp')
-rw-r--r--browserGrid.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/browserGrid.cpp b/browserGrid.cpp
index 4c3fa2f..7d4c8fb 100644
--- a/browserGrid.cpp
+++ b/browserGrid.cpp
@@ -232,7 +232,7 @@ eOSState cBrowserGrid::NavigateBack()
ProcessData();
return eOSState::osContinue;
- } else if(m_bServersAreRoot) {
+ } else if(m_bServersAreRoot && m_pService) {
m_pContainer = NULL;
m_pService = NULL;
SetServerElements();