summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-03-08 21:31:45 +0100
committerJiri Moskovcak <jmoskovc@redhat.com>2011-03-08 21:31:45 +0100
commite2fdf6c58eba440770624d13e25a63c3d77040db (patch)
tree37e4569af212b47339fa8e6c895e29a22eeaaecf /src/include
parenta6ee8958dbe6f45f95fca4fa2ea1490c7035be65 (diff)
downloadabrt-e2fdf6c58eba440770624d13e25a63c3d77040db.tar.gz
abrt-e2fdf6c58eba440770624d13e25a63c3d77040db.tar.xz
abrt-e2fdf6c58eba440770624d13e25a63c3d77040db.zip
added event description support into xml parser
- so event now has: action: description of what will happen when this event is used - the main purpose is for the event selector in wizard description: description of the event
Diffstat (limited to 'src/include')
-rw-r--r--src/include/report/event_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/report/event_config.h b/src/include/report/event_config.h
index d2624e60..e2310885 100644
--- a/src/include/report/event_config.h
+++ b/src/include/report/event_config.h
@@ -61,6 +61,7 @@ typedef struct
char *name; //name of the event "Bugzilla" "RedHat Support Uploader"
char *title; //window title - not used right now, maybe the "name" is enough?
char *action;//action description to show in gui like: Upload report to the Red Hat bugzilla"
+ char *description;
GList *options;
} event_config_t;