Re-add "uid:" prefix to notebook UID when printing KCal databases.

It probably got lost when implementing tasks and notes.
This commit is contained in:
Ove Kåven 2012-09-06 23:30:49 +02:00
parent 0c7e57181e
commit 5472d28aa3

View file

@ -397,7 +397,7 @@ KCalExtendedSource::Databases KCalExtendedSource::getDatabases()
bool isDefault = (m_type != Journal) ?
(*it)->isDefault() :
(uid == "66666666-7777-8888-9999-000000000000");
result.push_back(Database( name, uid, isDefault ));
result.push_back(Database( name, "uid:" + uid, isDefault ));
#else
bool isDefault = (*it)->isDefault();
result.push_back(Database( (*it)->name().toStdString(),