diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/webtab.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/webtab.cpp b/src/webtab.cpp index 9ed43d45..0a55060b 100644 --- a/src/webtab.cpp +++ b/src/webtab.cpp @@ -86,7 +86,7 @@ WebTab::~WebTab()  KUrl WebTab::url()  { -    if(page()->isOnRekonqPage()) +    if(page() && page()->isOnRekonqPage())          return page()->loadingUrl();      return view()->url(); | 
