X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/384ee037c2f58ca58f3274249f3b44d840af8ef9..02e2ef207d60098708de5ef77847e4cd1ca08397:/src/main.cpp diff --git a/src/main.cpp b/src/main.cpp index 225c48ed6..dfe291015 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -48,7 +48,7 @@ int main(int argc, char **argv) "aseigo@kde.org"); about.addAuthor(ki18nc("@info:credit", "Rafael Fernández López"), ki18nc("@info:credit", "Developer"), - "ereslibre@gmail.com"); + "ereslibre@kde.org"); about.addAuthor(ki18nc("@info:credit", "Kevin Ottens"), ki18nc("@info:credit", "Developer"), "ervin@kde.org"); @@ -75,7 +75,7 @@ int main(int argc, char **argv) DolphinApplication app; KGlobal::locale()->insertCatalog("libkonq"); // needed for applications using libkonq - if (app.isSessionRestored()) { + if (false /*app.isSessionRestored()*/) { int n = 1; while (KMainWindow::canBeRestored(n)) { const QString className = KXmlGuiWindow::classNameOfToplevel(n);