diff options
Diffstat (limited to 'src/common/dbus/dbus-plugin.c')
-rw-r--r-- | src/common/dbus/dbus-plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/dbus/dbus-plugin.c b/src/common/dbus/dbus-plugin.c index cba106a9..b62bfda5 100644 --- a/src/common/dbus/dbus-plugin.c +++ b/src/common/dbus/dbus-plugin.c @@ -1,4 +1,4 @@ -/* dbus-plugin.c - xchat plugin for remote access using D-Bus +/* dbus-plugin.c - hexchat plugin for remote access using D-Bus * Copyright (C) 2006 Claessens Xavier * * This program is free software; you can redistribute it and/or modify @@ -510,7 +510,7 @@ remote_object_get_prefs (RemoteObject *obj, *ret_type = 0; return TRUE; } - *ret_type = xchat_get_prefs (ph, name, &str, ret_int); + *ret_type = hexchat_get_prefs (ph, name, &str, ret_int); *ret_str = g_strdup (str); return TRUE; |