From 43fe926f20bd427e96a22081deace10752bb4533 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 18 Sep 2009 15:07:11 +0200 Subject: abrt-applet: remove dbus-c++ glue. -50k of code text data bss dec hex filename 70529 2144 1528 74201 121d9 abrt.t0/UNPACKED/usr/bin/abrt-applet 22116 1688 376 24180 5e74 abrt.t1/UNPACKED/usr/bin/abrt-applet Also, we do not use dbus-c++ anymore, which is 200k of code Signed-off-by: Denys Vlasenko --- src/CLI/CLI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/CLI/CLI.cpp') diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp index 319bd0e..f16811e 100644 --- a/src/CLI/CLI.cpp +++ b/src/CLI/CLI.cpp @@ -69,7 +69,7 @@ static DBusMessage* send_get_reply_and_unref(DBusMessage* msg) DBusMessage *reply = dbus_connection_send_with_reply_and_block(s_dbus_conn, msg, /*timeout*/ -1, &err); if (reply == NULL) { -//analyse error +//TODO: analyse err error_msg_and_die("Error sending DBus message"); } dbus_message_unref(msg); -- cgit