]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/main.cpp
Update my email address
[dolphin.git] / src / main.cpp
index 225c48ed60ee81feba153fbb793776a322979953..dfe291015ec5188ae31a548d75fca66112e8b0f2 100644 (file)
@@ -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);