From 45d4fa580114e7379a1140fb9944d43ffb9522ae Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 07:40:37 +0100 Subject: Rebranding for XCHAT_EAT_* --- src/common/dbus/dbus-plugin.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/common/dbus') diff --git a/src/common/dbus/dbus-plugin.c b/src/common/dbus/dbus-plugin.c index 5f38fba8..c1cca2fc 100644 --- a/src/common/dbus/dbus-plugin.c +++ b/src/common/dbus/dbus-plugin.c @@ -1000,7 +1000,7 @@ open_context_cb (char *word[], info->context = xchat_get_context (ph); contexts = g_list_prepend (contexts, info); - return XCHAT_EAT_NONE; + return HEXCHAT_EAT_NONE; } static int @@ -1018,7 +1018,7 @@ close_context_cb (char *word[], } } - return XCHAT_EAT_NONE; + return HEXCHAT_EAT_NONE; } static gboolean @@ -1042,10 +1042,10 @@ unload_plugin_cb (char *word[], char *word_eol[], void *userdata) g_signal_emit (obj, signals[UNLOAD_SIGNAL], 0); - return XCHAT_EAT_ALL; + return HEXCHAT_EAT_ALL; } - return XCHAT_EAT_NONE; + return HEXCHAT_EAT_NONE; } int -- cgit 1.4.1