From 8aa3b0326146840b7c01c4d353b5526c3e2a07f4 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Sun, 18 Feb 2018 04:44:59 -0500 Subject: dbus: Add option to use app-id for bus name This is required for Flatpak but is an API break so it is opt-in for now. --- src/common/dbus/dbus-plugin.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/common/dbus/dbus-plugin.c') diff --git a/src/common/dbus/dbus-plugin.c b/src/common/dbus/dbus-plugin.c index 1afd9ef0..e0c72237 100644 --- a/src/common/dbus/dbus-plugin.c +++ b/src/common/dbus/dbus-plugin.c @@ -32,7 +32,6 @@ #define PDESC _("plugin for remote access using DBUS") #define PVERSION "" -#define DBUS_SERVICE "org.hexchat.service" #define DBUS_OBJECT_PATH "/org/hexchat" static hexchat_plugin *ph; -- cgit 1.4.1