As far as I remember it was working in dev version
http://trac.miranda-ng.org/ticket/1104
And this bug can't be older than 2 to 3 months (like Vulpix said)
This is when I spoke about it with Watcher:
Vulpix, 04.11.2015 14:20:07:
Do you also have that issue with statuses?
Vulpix, 14:20:11:
in miranda
Vulpix, 14:20:14:
If you use row items?
Vulpix, 14:20:30:
I dunno if I should create a ticket or leave it on the forums, but it's pretty annoying
So that's 2 months ago, it was there for a few days already when it started bugging me.
It should be one of these, I'm guessing?:
http://trac.miranda-ng.org/changeset/15652http://trac.miranda-ng.org/changeset/15631Maybe:
int GetStatusForContact(MCONTACT hContact, char *szProto)
315 315 {
316 - return (szProto) ?
(int)(db_get_w(hContact, szProto, "Status", ID_STATUS_OFFLINE)) : ID_STATUS_OFFLINE;
+ 316 return (szProto) ? db_get_w(hContact, szProto, "Status", ID_STATUS_OFFLINE) : ID_STATUS_OFFLINE;
317 317 }
318 318
I dunno, I'm not a programmer, not sure why the type cast would be there and then not...