summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDump.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2010-03-04 14:57:51 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2010-03-04 14:57:51 +0100
commit892b7fde75cafca50a18dcb8620ddc22b2e74688 (patch)
tree1792361c43c8c6c7e8f7cce006e5cc163a19454d /src/Gui/CCDump.py
parent6b56dbe3c52d8be0f84995b4a584d50a13251890 (diff)
downloadabrt-892b7fde75cafca50a18dcb8620ddc22b2e74688.tar.gz
abrt-892b7fde75cafca50a18dcb8620ddc22b2e74688.tar.xz
abrt-892b7fde75cafca50a18dcb8620ddc22b2e74688.zip
GUI: added reporter selection window
Diffstat (limited to 'src/Gui/CCDump.py')
-rw-r--r--src/Gui/CCDump.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Gui/CCDump.py b/src/Gui/CCDump.py
index 2bb55dd0..3d6e8704 100644
--- a/src/Gui/CCDump.py
+++ b/src/Gui/CCDump.py
@@ -54,6 +54,7 @@ class Dump():
self.description = None
self.Message = None
self.Reported = None
+ self.analyzer = None
def getUUID(self):
return self.UUID[CD_CONTENT]
@@ -93,3 +94,6 @@ class Dump():
def getDescription(self):
return self.description[CD_CONTENT]
+
+ def getAnalyzerName(self):
+ return self.analyzer[CD_CONTENT]