summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-01-24 10:57:26 +0100
committerraveit65 <[email protected]>2021-03-10 23:00:05 +0100
commit1cbcf7ab18f45871b2bc280eb3ab79a333f77ee6 (patch)
tree6c6fbf71f6f725c025c63cf579b314bf1d72eead
parent3d298032b8f357231faca55265299b323b38f05a (diff)
downloadcaja-1cbcf7ab18f45871b2bc280eb3ab79a333f77ee6.tar.bz2
caja-1cbcf7ab18f45871b2bc280eb3ab79a333f77ee6.tar.xz
caja-application: Use PACKAGE in notify_init instead of GETTEXT_PACKAGE
-rw-r--r--src/caja-application.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/caja-application.c b/src/caja-application.c
index bb90a504..065f8cbd 100644
--- a/src/caja-application.c
+++ b/src/caja-application.c
@@ -2295,7 +2295,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 */