diff options
| author | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-02 16:24:46 +0200 |
|---|---|---|
| committer | Zdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com> | 2009-04-02 16:24:46 +0200 |
| commit | 62a15a2e7cc5186661bef2ec172422989c72e5db (patch) | |
| tree | 8561ea8bfabbb1136a6ca7b222f18c7a6f343eb7 /src/Applet | |
| parent | f02f0b3c6b8801584884fb2e4da0707417374185 (diff) | |
| download | abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.tar.gz abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.tar.xz abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.zip | |
new crash types
Diffstat (limited to 'src/Applet')
| -rw-r--r-- | src/Applet/DBusClientProxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Applet/DBusClientProxy.h b/src/Applet/DBusClientProxy.h index f0b8a00..4bbf5ee 100644 --- a/src/Applet/DBusClientProxy.h +++ b/src/Applet/DBusClientProxy.h @@ -50,7 +50,7 @@ public: ... > */ - dbus_vector_crash_infos_t GetCrashInfos(const std::string &pUID) + vector_crash_infos_t GetCrashInfos(const std::string &pUID) { DBus::CallMessage call; @@ -61,7 +61,7 @@ public: DBus::Message ret = invoke_method(call); DBus::MessageIter ri = ret.reader(); - dbus_vector_crash_infos_t argout; + vector_crash_infos_t argout; ri >> argout; return argout; } |
