Display a dialog in Pidgin if purple_core_init returned FALSE

Review Request #2007 — Created Nov. 1, 2022 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

This also adds an environment variable so developers (or users for some reason)
can set a custom error message for purple_core_init to return. The intent is to
allow UI developers to control the message and make sure things display as they
expect them to.

used the PURPLE3_CORE_ERROR_MESSAGE environment variable to test the dialog including one with multiple lines of a's with no breaks and everything displayed fine.

Changes between revision 1 and 2

orig
1
2

Commits

Summary ID Author
Display a dialog in Pidgin if purple_core_init returned FALSE
This also adds an environment variable so developers (or users for some reason) can set a custom error message for purple_core_init to return. The intent is to allow UI developers to control the message and make sure things display as they expect them to.
8a635556ca41e98d681c16d319f1edac4c372d7a Gary Kramlich
Display a dialog in Pidgin if purple_core_init returned FALSE
This also adds an environment variable so developers (or users for some reason) can set a custom error message for purple_core_init to return. The intent is to allow UI developers to control the message and make sure things display as they expect them to.
57722793955cd7f33da5ba025ee52ef5e0b6fbc4 Gary Kramlich
libpurple/core.c
Loading...