Add icon selection for groups.

Refs #22
This commit is contained in:
Florian Geyer 2012-05-15 13:31:56 +02:00
parent 1cb64f0c9f
commit 6a1d6e8dd3
4 changed files with 24 additions and 4 deletions

View file

@ -263,7 +263,7 @@ void DatabaseWidget::switchToEntryEdit(Entry* entry, bool create)
void DatabaseWidget::switchToGroupEdit(Group* group, bool create)
{
m_editGroupWidget->loadGroup(group, create);
m_editGroupWidget->loadGroup(group, create, m_db);
setCurrentIndex(2);
}