diff options
Diffstat (limited to 'plugins/HistoryStats/src')
-rw-r--r-- | plugins/HistoryStats/src/mirandahistory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/HistoryStats/src/mirandahistory.cpp b/plugins/HistoryStats/src/mirandahistory.cpp index 60c4df0ba0..656ce08870 100644 --- a/plugins/HistoryStats/src/mirandahistory.cpp +++ b/plugins/HistoryStats/src/mirandahistory.cpp @@ -118,7 +118,7 @@ void MirandaHistory::readContacts() }
else {
// ignore because of meta-contact?
- if (db_mc_getMeta(hContact))
+ if (db_mc_isMeta(hContact))
break;
}
}
|