summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCDumpList.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-02-26 16:28:57 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-02-26 16:28:57 +0100
commit5dc43e9595943ab5a1e8045ced5f6040f94e1180 (patch)
tree126cd68521721248d2abfe869e2423061473ea9f /src/Gui/CCDumpList.py
parent21cee04d315e4b05603c73fc46ccec85770a6de7 (diff)
downloadabrt-5dc43e9595943ab5a1e8045ced5f6040f94e1180.tar.gz
abrt-5dc43e9595943ab5a1e8045ced5f6040f94e1180.tar.xz
abrt-5dc43e9595943ab5a1e8045ced5f6040f94e1180.zip
Fixed cancel button in reporter
Diffstat (limited to 'src/Gui/CCDumpList.py')
-rw-r--r--src/Gui/CCDumpList.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCDumpList.py b/src/Gui/CCDumpList.py
index 25e12afa..5aaae923 100644
--- a/src/Gui/CCDumpList.py
+++ b/src/Gui/CCDumpList.py
@@ -8,7 +8,7 @@ class DumpList(list):
def load(self):
if self.dm:
- print "loading DumpList"
+ #print "loading DumpList"
try:
rows = self.dm.getDumps()
#print rows