summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-03 19:36:56 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-03 19:36:56 +0100
commit84234fa714e176255bb5fc89f5a7baa54ae0fdbe (patch)
tree46035e2bf3a7169201bf95e10ef2261e8e18c54d /lib
parentfabdf82b7487b193225e971507a34a2096928b69 (diff)
downloadabrt-84234fa714e176255bb5fc89f5a7baa54ae0fdbe.tar.gz
abrt-84234fa714e176255bb5fc89f5a7baa54ae0fdbe.tar.xz
abrt-84234fa714e176255bb5fc89f5a7baa54ae0fdbe.zip
cli: fix the problem of not showing oops text in editor
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Utils/CrashTypes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Utils/CrashTypes.cpp b/lib/Utils/CrashTypes.cpp
index 4fc93337..b50535be 100644
--- a/lib/Utils/CrashTypes.cpp
+++ b/lib/Utils/CrashTypes.cpp
@@ -35,6 +35,7 @@ static const char *const editable_files[] = {
FILENAME_COMMENT ,
FILENAME_REPRODUCE ,
FILENAME_BACKTRACE ,
+ FILENAME_KERNELOOPS ,
NULL
};