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/plugins/caja-burn/caja-burn.c | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'sendto/plugins/caja-burn/caja-burn.c') diff --git a/sendto/plugins/caja-burn/caja-burn.c b/sendto/plugins/caja-burn/caja-burn.c index 91a4f2f..fe0570d 100644 --- a/sendto/plugins/caja-burn/caja-burn.c +++ b/sendto/plugins/caja-burn/caja-burn.c @@ -21,10 +21,13 @@ * Author: Jader Henrique da Silva */ +#ifdef HAVE_CONFIG_H #include +#endif -#include #include + +#include #include "nst-common.h" #include "caja-sendto-plugin.h" @@ -164,12 +167,11 @@ gboolean send_files (NstPlugin *plugin, } static -gboolean destroy (NstPlugin *plugin){ - +gboolean destroy (NstPlugin *plugin) +{ g_object_unref (burn); burn = NULL; return TRUE; - } static @@ -187,4 +189,3 @@ NstPluginInfo plugin_info = { }; NST_INIT_PLUGIN (plugin_info) - -- cgit v1.2.1