From d9f4cc876d523560f97156ceda1905ee34ffdaae Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 31 Dec 2020 18:58:03 +0100 Subject: Include i18n header after defining GETTEXT_PACKAGE macro --- sendto/caja-sendto-module.c | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'sendto/caja-sendto-module.c') diff --git a/sendto/caja-sendto-module.c b/sendto/caja-sendto-module.c index 5c8c13b..af0fd0f 100644 --- a/sendto/caja-sendto-module.c +++ b/sendto/caja-sendto-module.c @@ -21,12 +21,16 @@ * */ +#ifdef HAVE_CONFIG_H #include +#endif + +#include + #include #include -#include -#include "caja-nste.h" +#include "caja-nste.h" void caja_module_initialize (GTypeModule*module) @@ -38,14 +42,12 @@ caja_module_initialize (GTypeModule*module) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); } - void caja_module_shutdown (void) { g_print ("Shutting down caja-sendto extension\n"); } - void caja_module_list_types (const GType **types, int *num_types) @@ -57,6 +59,3 @@ caja_module_list_types (const GType **types, *num_types = 1; } - - - -- cgit v1.2.1