From f75f6b51cbeae8b5307dc896641c82f655f513f2 Mon Sep 17 00:00:00 2001 From: Rohan Garg Date: Fri, 14 Aug 2015 18:48:35 +0200 Subject: [PATCH] Fix copyrights and make it so that one can go back when using webview --- src/modules/webview/WebViewStep.cpp | 4 ++-- src/modules/webview/WebViewStep.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/modules/webview/WebViewStep.cpp b/src/modules/webview/WebViewStep.cpp index df4234136..a57a75dd9 100644 --- a/src/modules/webview/WebViewStep.cpp +++ b/src/modules/webview/WebViewStep.cpp @@ -1,6 +1,6 @@ /* === This file is part of Calamares - === * - * Copyright 2014-2015, Teo Mrnjavac + * Copyright 2015, Rohan Garg * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -72,7 +72,7 @@ WebViewStep::isNextEnabled() const bool WebViewStep::isBackEnabled() const { - return false; + return true; } diff --git a/src/modules/webview/WebViewStep.h b/src/modules/webview/WebViewStep.h index ca7ab14a4..286c13920 100644 --- a/src/modules/webview/WebViewStep.h +++ b/src/modules/webview/WebViewStep.h @@ -1,6 +1,6 @@ /* === This file is part of Calamares - === * - * Copyright 2014-2015, Teo Mrnjavac + * Copyright 2015, Rohan Garg * * Calamares is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by