summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 07:22:36 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 07:22:36 +0100
commita87ad4a6ae5a8ed3a2c36e22a510f5b9582cd424 (patch)
tree0aa18dc0464208ff0c4aba2d876d5840c5cb9920
parent91dd079add901b219d0193c686f8232bc57965c9 (diff)
Fix D-Bus plugin
-rw-r--r--src/common/dbus/dbus-plugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/dbus/dbus-plugin.c b/src/common/dbus/dbus-plugin.c
index 89857e8f..5f38fba8 100644
--- a/src/common/dbus/dbus-plugin.c
+++ b/src/common/dbus/dbus-plugin.c
@@ -1069,17 +1069,17 @@ dbus_plugin_init (xchat_plugin *plugin_handle,
 						 g_object_unref);
 
 		xchat_hook_print (ph, "Open Context",
-				  XCHAT_PRI_NORM,
+				  HEXCHAT_PRI_NORM,
 				  open_context_cb,
 				  NULL);
 
 		xchat_hook_print (ph, "Close Context",
-				  XCHAT_PRI_NORM,
+				  HEXCHAT_PRI_NORM,
 				  close_context_cb,
 				  NULL);
 
 		xchat_hook_command (ph, "unload",
-				    XCHAT_PRI_HIGHEST,
+				    HEXCHAT_PRI_HIGHEST,
 				    unload_plugin_cb, NULL, NULL);
 	}