From 77311eaf0de9fd22f42df82adf69839091cc94c8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Tue, 27 Apr 2010 11:50:00 +0200 Subject: Remove the "is readable" check. Now things seem work. Can someone explain how can we read a not readable dir?? CCBUG: 228660 --- src/application.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/application.cpp') 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 ================== -- cgit v1.2.1