summaryrefslogtreecommitdiffstats
path: root/src/Applet
diff options
context:
space:
mode:
authorZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-04-02 16:24:46 +0200
committerZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-04-02 16:24:46 +0200
commit62a15a2e7cc5186661bef2ec172422989c72e5db (patch)
tree8561ea8bfabbb1136a6ca7b222f18c7a6f343eb7 /src/Applet
parentf02f0b3c6b8801584884fb2e4da0707417374185 (diff)
downloadabrt-62a15a2e7cc5186661bef2ec172422989c72e5db.tar.gz
abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.tar.xz
abrt-62a15a2e7cc5186661bef2ec172422989c72e5db.zip
new crash types
Diffstat (limited to 'src/Applet')
-rw-r--r--src/Applet/DBusClientProxy.h4
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;
}