From a7e51ae8800a2bc14e4449fd3e2a3c689d9feb37 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 17 Jun 2011 16:31:27 +0200 Subject: clean up after libreport separation into a different source tree Signed-off-by: Denys Vlasenko --- src/applet/applet.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'src/applet') diff --git a/src/applet/applet.c b/src/applet/applet.c index 70482e6d..b14e55a0 100644 --- a/src/applet/applet.c +++ b/src/applet/applet.c @@ -25,11 +25,18 @@ #include #include +#include #include "abrtlib.h" -#include "abrt_dbus.h" + #define ENABLE_ANIMATION 0 + +#define ABRTD_DBUS_NAME "com.redhat.abrt" +#define ABRTD_DBUS_PATH "/com/redhat/abrt" +#define ABRTD_DBUS_IFACE "com.redhat.abrt" + + static gboolean persistent_notification; static GtkStatusIcon *ap_status_icon; static GtkWidget *ap_menu; -- cgit