fix the string of the subsurfice webservice on the settings.

The setting was 'webservice', but this is too wide, since we are
supporting more than one. changed it to 'subsurface_webservice_uid'

Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
This commit is contained in:
Tomaz Canabrava 2013-10-24 22:39:21 -02:00
parent d2b87e0eb5
commit 06ba04ab78

View file

@ -46,7 +46,7 @@ SubsurfaceWebServices* SubsurfaceWebServices::instance()
SubsurfaceWebServices::SubsurfaceWebServices(QWidget* parent, Qt::WindowFlags f)
{
QSettings s;
ui.userID->setText(s.value("webservice_uid").toString());
ui.userID->setText(s.value("subsurface_webservice_uid").toString());
hidePassword();
hideUpload();
}