From ee2e495f2eafaa8a2f65ad769bef6761e7f02856 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 3 Aug 2009 12:31:57 +0200 Subject: DBus: Many fixes to client -> cli works again, changed JobDone notification --- src/Applet/CCApplet.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Applet') diff --git a/src/Applet/CCApplet.h b/src/Applet/CCApplet.h index 914ddc5..b2ce0a2 100644 --- a/src/Applet/CCApplet.h +++ b/src/Applet/CCApplet.h @@ -69,8 +69,8 @@ class CApplet gpointer user_data); private: /* dbus stuff */ - void Crash(std::string &value); - private: + void Crash(std::string &value); + /* the real signal handler called to handle the signal */ void (*m_pCrashHandler)(const char *progname); }; -- cgit