summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDumpList.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-04-09 16:34:46 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2009-04-09 16:34:46 +0200
commit6c8579ace43e612b38315ccea68fe87c048ba8fd (patch)
tree3167854f0234f8ca61e1b481e9830f17d8fe4d1a /src/Gui/CCDumpList.py
parent3ff338efaf140a7d7d30e018144c4ab41044e446 (diff)
downloadabrt-6c8579ace43e612b38315ccea68fe87c048ba8fd.tar.gz
abrt-6c8579ace43e612b38315ccea68fe87c048ba8fd.tar.xz
abrt-6c8579ace43e612b38315ccea68fe87c048ba8fd.zip
Fixed gui for new daemon API
removed unneeded code some UI improvements
Diffstat (limited to 'src/Gui/CCDumpList.py')
-rw-r--r--src/Gui/CCDumpList.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Gui/CCDumpList.py b/src/Gui/CCDumpList.py
index ecc43fe8..3320af86 100644
--- a/src/Gui/CCDumpList.py
+++ b/src/Gui/CCDumpList.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
import CCDBusBackend
from CCDump import Dump
@@ -19,7 +20,7 @@ class DumpList(list):
#print "DumpList adding %s:%s" % (column,row[column])
entry.__dict__[column] = row[column]
self.append(entry)
- self.ddict[entry.UUID] = entry
+ self.ddict[entry.getUUID()] = entry
except Exception, e:
print e
return