diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-27 11:50:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-27 11:50:00 +0200 |
commit | 77311eaf0de9fd22f42df82adf69839091cc94c8 (patch) | |
tree | 5b139906dd58d6eeea15cdc79100d9008638cab9 /src/application.cpp | |
parent | Merge branch 'ENCODINGS' (diff) | |
download | rekonq-77311eaf0de9fd22f42df82adf69839091cc94c8.tar.xz |
Remove the "is readable" check. Now things seem work.
Can someone explain how can we read a not readable dir??
CCBUG: 228660
Diffstat (limited to 'src/application.cpp')
-rw-r--r-- | src/application.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/application.cpp b/src/application.cpp index d2754ec1..fd030232 100644 --- a/src/application.cpp +++ b/src/application.cpp @@ -400,6 +400,9 @@ void Application::newWindow() void Application::updateConfiguration() { + // FIXME: + // all things related to mainview can be + // improved/moved/replicated in all the mainwindows MainView *view = mainWindow()->mainView(); // ============== General ================== |