summaryrefslogtreecommitdiff
path: root/sendto/plugins/gajim
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-12-31 18:58:03 +0100
committerraveit65 <[email protected]>2021-01-28 21:14:30 +0100
commitd9f4cc876d523560f97156ceda1905ee34ffdaae (patch)
tree6e05dff31883a7272de155b26f4d8d2524ac4ccc /sendto/plugins/gajim
parentc6dba2ce2ec09f2c6202fd1a22f1b5ae89532f50 (diff)
downloadcaja-extensions-d9f4cc876d523560f97156ceda1905ee34ffdaae.tar.bz2
caja-extensions-d9f4cc876d523560f97156ceda1905ee34ffdaae.tar.xz
Include i18n header after defining GETTEXT_PACKAGE macro
Diffstat (limited to 'sendto/plugins/gajim')
-rw-r--r--sendto/plugins/gajim/gajim.c5
1 files changed, 3 insertions, 2 deletions
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 <config.h>
+#endif
#include <glib/gi18n-lib.h>
+
#include <dbus/dbus.h>
#include <dbus/dbus-glib.h>
#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)
-