diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-10-01 12:40:10 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-10-01 12:40:10 +0200 |
commit | 35a014ef4adbeba8119c31fbd6cb6748069ca91d (patch) | |
tree | d5253d18dda607aa8e8b12db719ccd202b3b6b34 /src/mainview.cpp | |
parent | Fixing bookmarks layout (diff) | |
download | rekonq-35a014ef4adbeba8119c31fbd6cb6748069ca91d.tar.xz |
Lionel's idea about urlbar ready for queries in the home pages
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r-- | src/mainview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index f994aa25..20cac359 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -471,7 +471,7 @@ void MainView::webViewLoadFinished(bool ok) webViewIconChanged(); emit browserTabLoading(false); - + // don't display messages for background tabs if (index != currentIndex()) { |