Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 499208
Collapse All | Expand All

(-)a/lib/engine/components/call-history/history-book.cpp (-2 / +4 lines)
Lines 177-182 History::Book::clear () Link Here
177
177
178
  std::list<ContactPtr> old_contacts = ordered_contacts;
178
  std::list<ContactPtr> old_contacts = ordered_contacts;
179
  ordered_contacts.clear ();
179
  ordered_contacts.clear ();
180
181
  cleared ();
182
  updated ();
183
180
  for (std::list<ContactPtr>::iterator iter = old_contacts.begin ();
184
  for (std::list<ContactPtr>::iterator iter = old_contacts.begin ();
181
       iter != old_contacts.end();
185
       iter != old_contacts.end();
182
       ++iter)
186
       ++iter)
Lines 187-193 History::Book::clear () Link Here
187
  xmlDocSetRootElement (doc.get (), root);
191
  xmlDocSetRootElement (doc.get (), root);
188
192
189
  save ();
193
  save ();
190
  cleared ();
191
}
194
}
192
195
193
void
196
void
194
-

Return to bug 499208