From 19329569c399e944d24d293c5ee90c945ed482a1 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 17 Aug 2009 11:48:18 +0200 Subject: GUI now show the status window after report to let user know how did it go. --- lib/CommLayer/DBusServerProxy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/CommLayer/DBusServerProxy.cpp') diff --git a/lib/CommLayer/DBusServerProxy.cpp b/lib/CommLayer/DBusServerProxy.cpp index 5c785ce..5730fd5 100644 --- a/lib/CommLayer/DBusServerProxy.cpp +++ b/lib/CommLayer/DBusServerProxy.cpp @@ -168,7 +168,7 @@ DBus::Message CDBusServer_adaptor::_Report_stub(const DBus::CallMessage &call) DBus::MessageIter ri = call.reader(); map_crash_report_t argin1; ri >> argin1; - bool argout1 = Report(argin1, call.sender()); + report_status_t argout1 = Report(argin1, call.sender()); DBus::ReturnMessage reply(call); DBus::MessageIter wi = reply.writer(); wi << argout1; -- cgit