×
Close
The permissions on this repository are being updated. This may take a while.
During this time, you or some of the project's contributors may not be able
to push to this repository.
Blame SOURCES/0070-applet-don-t-show-duphash-instead-of-component.patch
Branch: f69b7014e217bc6d98e8afdbc39d1e8360d15676
44797e
From 567b1fdbaff68f9fc2f52853bda95dcc11cb5ff0 Mon Sep 17 00:00:00 2001
44797e
From: Jakub Filak <jfilak@redhat.com>
44797e
Date: Fri, 10 Oct 2014 11:18:51 +0200
44797e
Subject: [ABRT PATCH 70/70] applet: don't show duphash instead of component
44797e
44797e
Related to rhbz#1084031
44797e
44797e
Signed-off-by: Jakub Filak <jfilak@redhat.com>
44797e
---
44797e
src/applet/applet.c | 2 +-
44797e
1 file changed, 1 insertion(+), 1 deletion(-)
44797e
44797e
diff --git a/src/applet/applet.c b/src/applet/applet.c
44797e
index a40f877..bd95666 100644
44797e
--- a/src/applet/applet.c
44797e
+++ b/src/applet/applet.c
44797e
@@ -1326,7 +1326,7 @@ static void Crash(DBusMessage* signal)
44797e
if (duphash != NULL && duphash[0] != '\0')
44797e
problem_data_add_text_noteditable(pi->problem_data, FILENAME_DUPHASH, duphash);
44797e
if (package_name != NULL && package_name[0] != '\0')
44797e
- problem_data_add_text_noteditable(pi->problem_data, FILENAME_COMPONENT, duphash);
44797e
+ problem_data_add_text_noteditable(pi->problem_data, FILENAME_COMPONENT, package_name);
44797e
pi->foreign = foreign_problem;
44797e
show_problem_notification(pi, flags);
44797e
}
44797e
--
44797e
1.8.3.1
44797e