pidgin/pidgin

Fix gentoo-819774.
release-2.x.y
2022-01-24, Gary Kramlich
069808ff898f
Fix gentoo-819774.

I'm not sure if we needed the code that I duplicated but I really don't want to
rock the board anymore with this function. This causes all unit tests to pass
and everthing seems okay now?

Testing Done:
Ran the unit tests with TZ values of empty, `Asia/Kathmandu` and `Pacific/Auckland`.

Reviewed at https://reviews.imfreedom.org/r/1238/
/** @page gtklog-signals GtkLog Signals
@signals
@signal log-displaying
@endsignals
@see gtklog.h
<hr>
@signaldef log-displaying
@signalproto
void (*log_displaying)(PidginLogViewer *viewer, PurpleLog *log);
@endsignalproto
@signaldesc
Emitted when a log is being displayed.
@param viewer The log viewer
@param log The log being displayed
@endsignaldef
*/
// vim: syntax=c.doxygen tw=75 et