summaryrefslogtreecommitdiff
path: root/src/tabbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tabbar.cpp')
-rw-r--r--src/tabbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tabbar.cpp b/src/tabbar.cpp
index 1756c20e..0866bfd8 100644
--- a/src/tabbar.cpp
+++ b/src/tabbar.cpp
@@ -166,7 +166,7 @@ void TabBar::showTabPreview()
return;
// no previews during load
- if (indexedTab->progress() != 0)
+ if (indexedTab->isPageLoading())
return;
int w = tabSizeHint(m_currentTabPreviewIndex).width();