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/gajim/gajim.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sendto/plugins/gajim/gajim.c') diff --git a/sendto/plugins/gajim/gajim.c b/sendto/plugins/gajim/gajim.c index fe22fe1..881af6c 100644 --- a/sendto/plugins/gajim/gajim.c +++ b/sendto/plugins/gajim/gajim.c @@ -22,9 +22,12 @@ * */ +#ifdef HAVE_CONFIG_H #include +#endif #include + #include #include #include "caja-sendto-plugin.h" @@ -38,7 +41,6 @@ const gchar *COMPLETION_PROPS[] = {"name", "jid"}; static GHashTable *jid_table = NULL; static gchar *iconset; - DBusGProxy *proxy = NULL; /* @@ -516,4 +518,3 @@ NstPluginInfo plugin_info = { }; NST_INIT_PLUGIN (plugin_info) - -- cgit v1.2.1