summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDump.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-08-24 17:37:03 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-08-24 17:37:03 +0200
commitd4a40899c270d825ff5d602fcdd5941b3fd7bd77 (patch)
treeab945262a1b16faa9f687978e0d85d85c3a6668b /src/Gui/CCDump.py
parent4aa26f7373ccaadfd0a47198975afe6bbef5cd1d (diff)
downloadabrt-d4a40899c270d825ff5d602fcdd5941b3fd7bd77.tar.gz
abrt-d4a40899c270d825ff5d602fcdd5941b3fd7bd77.tar.xz
abrt-d4a40899c270d825ff5d602fcdd5941b3fd7bd77.zip
GUI: few improvements, to be more userfriendly
Diffstat (limited to 'src/Gui/CCDump.py')
-rw-r--r--src/Gui/CCDump.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Gui/CCDump.py b/src/Gui/CCDump.py
index feb294a4..6993598e 100644
--- a/src/Gui/CCDump.py
+++ b/src/Gui/CCDump.py
@@ -15,6 +15,7 @@ class Dump():
self.Package = None
self.Time = None
self.Description = None
+ self.Message = None
self.Reported = None
def getUUID(self):
@@ -34,6 +35,12 @@ class Dump():
def isReported(self):
return self.Reported[CONTENT] == "1"
+
+ def getMessage(self):
+ if not self.Message:
+ return []
+ #return self.Message[CONTENT].split('\n')
+ return self.Message[CONTENT]
def getTime(self,format):
#print format