diff options
-rw-r--r-- | src/common/hexchat.c | 2 |
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 |