summaryrefslogtreecommitdiffstats
path: root/src/Daemon
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-12-11 20:27:12 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2009-12-11 20:27:12 +0100
commit348b393bdad0aaa5a849b30c6c2e205ddfbd30bc (patch)
tree3dbfc256f5bfc36e5d30d68d676df6d99d6406c9 /src/Daemon
parent526b02cd46949b43a1be0ceaf86eb4412937eec1 (diff)
downloadabrt-348b393bdad0aaa5a849b30c6c2e205ddfbd30bc.tar.gz
abrt-348b393bdad0aaa5a849b30c6c2e205ddfbd30bc.tar.xz
abrt-348b393bdad0aaa5a849b30c6c2e205ddfbd30bc.zip
temporarily convert hyperlink-laden label to normal one (HL doesn't work)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon')
-rw-r--r--src/Daemon/MiddleWare.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Daemon/MiddleWare.cpp b/src/Daemon/MiddleWare.cpp
index c0ffabac..5235c172 100644
--- a/src/Daemon/MiddleWare.cpp
+++ b/src/Daemon/MiddleWare.cpp
@@ -604,6 +604,8 @@ static mw_result_t SavePackageDescriptionToDebugDump(const char *pExecutable,
}
std::string description = GetDescription(packageName.c_str());
+//TODO: if executable in /usr/bin/python, /bin/sh and such,
+//we need to extract component using argv[1]
std::string component = GetComponent(pExecutable);
try