From 234a905fe548f73f5e1df0db5b3490ae9b00a9d5 Mon Sep 17 00:00:00 2001 From: Zdenek Prikryl Date: Wed, 8 Apr 2009 13:44:35 +0200 Subject: renamed MW library renamed Utils library added check for plugins init method renamed crash types --- src/Daemon/CrashWatcher.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Daemon/CrashWatcher.cpp') diff --git a/src/Daemon/CrashWatcher.cpp b/src/Daemon/CrashWatcher.cpp index bd9ea13..c545006 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[CI_PACKAGE][CD_CONTENT]); + cc->m_pCommLayer->Crash(crashinfo[CD_PACKAGE][CD_CONTENT]); } } catch(std::string err) -- cgit