diff options
author | Timothy Pearson <[email protected]> | 2012-11-26 10:57:44 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-26 10:57:44 -0600 |
commit | 2c0058457d080cca6fccd1a9f7daaafb3a0e2e51 (patch) | |
tree | b381f3cfe1bb847eaf4adab4321f91b3530e907f | |
parent | 76bf393f73c8c7784720b4293ca0abb5e96d30ae (diff) | |
download | dbus-1-tqt-2c0058457d080cca6fccd1a9f7daaafb3a0e2e51.tar.gz dbus-1-tqt-2c0058457d080cca6fccd1a9f7daaafb3a0e2e51.zip |
Fix last commit
-rw-r--r-- | tqdbusconnection.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tqdbusconnection.cpp b/tqdbusconnection.cpp index d185e36..0961a18 100644 --- a/tqdbusconnection.cpp +++ b/tqdbusconnection.cpp @@ -296,6 +296,7 @@ TQT_DBusMessage TQT_DBusConnection::sendWithReply(const TQT_DBusMessage &message // and the dbus_error_is_set() check cannot be moved inside fromDBusMessage() without breaking the API and ABI. if (!dbus_error_is_set(&d->error)) { ret.d->error = TQT_DBusError(); + *error = TQT_DBusError(); } return ret; |