Mercurial > pidgin.yaz
comparison libpurple/status.c @ 16518:f1513338fbdb
A patch from khc in ticket #87
"... because the contact priority is not always invalidated when the blist is updated. I removed the ui update in notify_buddy_status_update() because it doesn't recompute the priority and because the only call path for that function already updates the blist"
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 27 Apr 2007 05:15:59 +0000 |
parents | 4999bbc52881 |
children | d29c995c815b |
comparison
equal
deleted
inserted
replaced
16510:c01528418cc2 | 16518:f1513338fbdb |
---|---|
635 current_time, tmp); | 635 current_time, tmp); |
636 } | 636 } |
637 | 637 |
638 g_free(tmp); | 638 g_free(tmp); |
639 } | 639 } |
640 | |
641 if (ops != NULL && ops->update != NULL) | |
642 ops->update(purple_get_blist(), (PurpleBlistNode*)buddy); | |
643 } | 640 } |
644 | 641 |
645 static void | 642 static void |
646 notify_status_update(PurplePresence *presence, PurpleStatus *old_status, | 643 notify_status_update(PurplePresence *presence, PurpleStatus *old_status, |
647 PurpleStatus *new_status) | 644 PurpleStatus *new_status) |