From e2fdf6c58eba440770624d13e25a63c3d77040db Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Tue, 8 Mar 2011 21:31:45 +0100 Subject: 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 --- src/include/report/event_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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; -- cgit