[telepathy] [Bug 328447] New: ktp-log-viewer does not show contacts
Eugene Shalygin
eugene.shalygin+bugzilla.kde at gmail.com
Thu Dec 5 12:08:51 GMT 2013
https://bugs.kde.org/show_bug.cgi?id=328447
Bug ID: 328447
Summary: ktp-log-viewer does not show contacts
Classification: Unclassified
Product: telepathy
Version: git-latest
Platform: unspecified
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: log-viewer
Assignee: kde-telepathy-bugs at kde.org
Reporter: eugene.shalygin+bugzilla.kde at gmail.com
Contacts list is empty in log viewer on my setup. I'm using all ktp packages
from Git master.
Reproducible: Always
If I replace in LogViewer::LogViewer() m_filterModel in the call
ui->entityList->setModel(m_filterModel);
with m_contactsModel, the contacts are shown.
In PersonEntityMergeModel::sourceModelInitialized() initializeMode() is never
called, m_initializedSources == 0 at the entering.
PersonEntityMergeModel::sourceModelInitialized() is not called second time. If
I move initializeModel() call out of if statement, contacts list
shows my contacts (well, their IDs), the same if condition is changed to "== 1"
instead of "== 2" and I can browse my logs
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-telepathy-bugs
mailing list