From 348b393bdad0aaa5a849b30c6c2e205ddfbd30bc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 11 Dec 2009 20:27:12 +0100 Subject: temporarily convert hyperlink-laden label to normal one (HL doesn't work) Signed-off-by: Denys Vlasenko --- src/Daemon/MiddleWare.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Daemon/MiddleWare.cpp') 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 -- cgit