Set Purple.Notification:create-timestamp to local now if not set

Review Request #3848 — Created Feb. 17, 2025 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

This saves everyone from having to manually call
Purple.Notification.set_created_timestamp_now manually but still allows the
property to be set at instantiation as well as after the fact.

Also remove Purple.Notification.set_created_timestamp_now since it is no longer necessary.

Ran the tests under valgrind and called in the turtles.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Set Purple.Notification:create-timestamp to local now if not set
This saves everyone from having to manually call Purple.Notification.set_created_timestamp_now manually but still allows the property to be set at instantiation as well as after the fact.
f36d6d9bd4b51e906caea1a7984f5c15d5eecd14 Gary Kramlich
libpurple/purplenotification.h
libpurple/purplenotification.c
libpurple/tests/test_notification.c
Loading...