summaryrefslogtreecommitdiffstats
path: root/src/Daemon/CrashWatcher.cpp
diff options
context:
space:
mode:
authorZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-04-07 10:39:49 +0200
committerZdenek Prikryl <zdeny@dhcp-lab-218.englab.brq.redhat.com>2009-04-07 10:39:49 +0200
commit72a96c03f783e55daff80d331811bc43198283fd (patch)
tree264784b5dc5d96222027343013803ac2f4756d78 /src/Daemon/CrashWatcher.cpp
parentf1e38ce849b56d58f6227f09cffc46dd1fafe0b1 (diff)
downloadabrt-72a96c03f783e55daff80d331811bc43198283fd.tar.gz
abrt-72a96c03f783e55daff80d331811bc43198283fd.tar.xz
abrt-72a96c03f783e55daff80d331811bc43198283fd.zip
added "editable" item
Diffstat (limited to 'src/Daemon/CrashWatcher.cpp')
-rw-r--r--src/Daemon/CrashWatcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp
index f3eb96f5..bd9ea13a 100644
--- a/src/Daemon/CrashWatcher.cpp
+++ b/src/Daemon/CrashWatcher.cpp
@@ -77,7 +77,7 @@ gboolean CCrashWatcher::handle_event_cb(GIOChannel *gio, GIOCondition condition,
if(cc->m_pMW->SaveDebugDump(std::string(DEBUG_DUMPS_DIR) + "/" + name, crashinfo))
{
/* send message to dbus */
- cc->m_pCommLayer->Crash(crashinfo[item_crash_into_t_str[CI_PACKAGE]][CD_CONTENT]);
+ cc->m_pCommLayer->Crash(crashinfo[CI_PACKAGE][CD_CONTENT]);
}
}
catch(std::string err)