diff options
author | Colomban Wendling <[email protected]> | 2023-10-03 12:13:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2023-10-05 11:58:58 +0200 |
commit | 05f3a440f3cbd7c4fd04962f964292a764f5b6ac (patch) | |
tree | b297c634c2187e989e5446b264ecbe2ca844fd33 /src/themes | |
parent | 8adfe64ab4fe19f5af2544d3285c0d514ab5b2a5 (diff) | |
download | mate-notification-daemon-05f3a440f3cbd7c4fd04962f964292a764f5b6ac.tar.bz2 mate-notification-daemon-05f3a440f3cbd7c4fd04962f964292a764f5b6ac.tar.xz |
applet: Do not override the process' text domain
When loaded as in-process applet, we must not call `textdomain()` or we
will override mate-panel's text domain. Instead, properly use
gi18n-lib.h header that provides the same API but uses the compile-time
`GETTEXT_PACKAGE` value for each call.
Actually drop the whole i18n setup logic that is provided already by
mate-panel's factory macros.
Fixes #219.
Diffstat (limited to 'src/themes')
0 files changed, 0 insertions, 0 deletions