summaryrefslogtreecommitdiffstats
path: root/src/Gui/CCMainWindow.py
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2009-11-03 15:36:45 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2009-11-03 15:36:45 +0100
commite925d42c9c0b5367354dbd6125bb127756e3977a (patch)
treea4fd39bbd389c8f76d601703d2e2d5e4c4fafc33 /src/Gui/CCMainWindow.py
parentd07436a34ce9da5909c8b1e8999691f3f26ae42f (diff)
downloadabrt-e925d42c9c0b5367354dbd6125bb127756e3977a.tar.gz
abrt-e925d42c9c0b5367354dbd6125bb127756e3977a.tar.xz
abrt-e925d42c9c0b5367354dbd6125bb127756e3977a.zip
just changed comments
Diffstat (limited to 'src/Gui/CCMainWindow.py')
-rw-r--r--src/Gui/CCMainWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Gui/CCMainWindow.py b/src/Gui/CCMainWindow.py
index 77e9e333..926ba9ef 100644
--- a/src/Gui/CCMainWindow.py
+++ b/src/Gui/CCMainWindow.py
@@ -211,7 +211,7 @@ class MainWindow():
else:
n = self.dumpsListStore.append([icon, entry.getPackage(), entry.getExecutable(),
entry.getTime("%c"), entry.getCount(), entry.isReported(), entry])
- # activate the last row if any..
+ # activate the first row if any..
if n:
# we can use (0,) as path for the first row, but what if API changes?
self.dlist.set_cursor(self.dumpsListStore.get_path(self.dumpsListStore.get_iter_first()))