diff options
author | rbuj <[email protected]> | 2021-01-24 10:57:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2022-07-21 19:33:51 +0200 |
commit | 9f1fbcec3c113e2047a5b124798331571fcee2fb (patch) | |
tree | b39ad6e168ac382cbee640ecfad49554379e9c4c | |
parent | f5e2356d75ac02ea367ee218ee1abd3ca21748c1 (diff) | |
download | caja-9f1fbcec3c113e2047a5b124798331571fcee2fb.tar.bz2 caja-9f1fbcec3c113e2047a5b124798331571fcee2fb.tar.xz |
caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGE
-rw-r--r-- | src/caja-application.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-application.c b/src/caja-application.c index 5c4f9cf6..ff63618c 100644 --- a/src/caja-application.c +++ b/src/caja-application.c @@ -2230,7 +2230,7 @@ caja_application_startup (GApplication *app) menu_provider_init_callback (); /* Initialize notifications for eject operations */ - notify_init (GETTEXT_PACKAGE); + notify_init (PACKAGE); /* Watch for unmounts so we can close open windows */ /* TODO-gio: This should be using the UNMOUNTED feature of GFileMonitor instead */ |