Comment 4 for bug 416733

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

The faulty line:
...
  Profile p = profileManager->getProfile(item->text());

-> if (index == 0) return;

  profileName->setText(p.name);
  profileDir->setText(p.directory);
  profileUIN->setText(p.uin);
...