pidgin/pidgin

clean up PidginCellRendererExpander

2020-11-04, Gary Kramlich
fdf04534e7d1
clean up PidginCellRendererExpander

Cleanup the PidginCellRendererExpander

Rename gtkcellrendererexpander.[ch] to pidgincellrendererexpander.[ch]

Reimplement the activate method so that the user clicking on the expander will toggle it.

Testing Done:
Connected a bonjour account, expanded buddies and groups. Also ran `ninja pidgin-pot`.

Reviewed at https://reviews.imfreedom.org/r/197/
/* This file is part of the Project Athena Zephyr Notification System.
* It contains source for the ZCompareUIDPred function.
*
* Created by: Robert French
*
* Copyright (c) 1987 by the Massachusetts Institute of Technology.
* For copying and distribution information, see the file
* "mit-copyright.h".
*/
#include "internal.h"
int
ZCompareUIDPred(ZNotice_t *notice, void *uid)
{
return (ZCompareUID(&notice->z_uid, (ZUnique_Id_t *) uid));
}
int
ZCompareMultiUIDPred(ZNotice_t *notice, void *uid)
{
return (ZCompareUID(&notice->z_multiuid, (ZUnique_Id_t *) uid));
}