Fix copyrights and make it so that one can go back when using webview

This commit is contained in:
Rohan Garg 2015-08-14 18:48:35 +02:00 committed by Teo Mrnjavac
parent d99ad8fab9
commit f75f6b51cb
2 changed files with 3 additions and 3 deletions

View file

@ -1,6 +1,6 @@
/* === This file is part of Calamares - <http://github.com/calamares> === /* === This file is part of Calamares - <http://github.com/calamares> ===
* *
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org> * Copyright 2015, Rohan Garg <rohan@garg.io>
* *
* Calamares is free software: you can redistribute it and/or modify * Calamares is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -72,7 +72,7 @@ WebViewStep::isNextEnabled() const
bool bool
WebViewStep::isBackEnabled() const WebViewStep::isBackEnabled() const
{ {
return false; return true;
} }

View file

@ -1,6 +1,6 @@
/* === This file is part of Calamares - <http://github.com/calamares> === /* === This file is part of Calamares - <http://github.com/calamares> ===
* *
* Copyright 2014-2015, Teo Mrnjavac <teo@kde.org> * Copyright 2015, Rohan Garg <rohan@garg.io>
* *
* Calamares is free software: you can redistribute it and/or modify * Calamares is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by