diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:40:37 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:40:37 +0100 |
commit | 45d4fa580114e7379a1140fb9944d43ffb9522ae (patch) | |
tree | b3ef37a2d374be07c365babe6ab6521c2d964be7 /src/common/dbus | |
parent | a5ab455b3414226ef03869eab9e7eeb01142a916 (diff) |
Rebranding for XCHAT_EAT_*
Diffstat (limited to 'src/common/dbus')
-rw-r--r-- | src/common/dbus/dbus-plugin.c | 8 |
1 files changed, 4 insertions, 4 deletions
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 |