summary refs log tree commit diff stats
path: root/src/common/hexchat.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 09:05:48 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 09:05:48 +0100
commitb6c89e76707604e11271407f700fa13d7adf0a40 (patch)
tree224118ba39a0781a08d4456675cfa96e4e854832 /src/common/hexchat.c
parent8d6f4d9d40c68f3174cbe94f7107dea74d00d5fc (diff)
Fix Unix compilation
Diffstat (limited to 'src/common/hexchat.c')
-rw-r--r--src/common/hexchat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/hexchat.c b/src/common/hexchat.c
index 66612a30..6bd3c4cc 100644
--- a/src/common/hexchat.c
+++ b/src/common/hexchat.c
@@ -1167,7 +1167,7 @@ main (int argc, char *argv[])
 		return ret;
 	
 #ifdef USE_DBUS
-	xchat_remote ();
+	hexchat_remote ();
 #endif
 
 #ifdef USE_LIBPROXY