summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--lib/Plugins/Bugzilla.GTKBuilder2
-rw-r--r--src/Daemon/MiddleWare.cpp2
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/Plugins/Bugzilla.GTKBuilder b/lib/Plugins/Bugzilla.GTKBuilder
index 36efe34c..95abb71a 100644
--- a/lib/Plugins/Bugzilla.GTKBuilder
+++ b/lib/Plugins/Bugzilla.GTKBuilder
@@ -166,7 +166,7 @@
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="label" translatable="yes">Don't have an account yet? You can &lt;a href="https://bugzilla.redhat.com/createaccount.cgi"&gt;register here&lt;/a&gt;.</property>
+ <property name="label" translatable="yes">Don't have an account yet? You can register at https://bugzilla.redhat.com/createaccount.cgi</property>
<property name="use_markup">True</property>
</object>
<packing>
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