diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-15 10:04:31 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-15 10:04:31 +0100 |
| commit | edef58a8bcc561b7fb898df6802cd4b4c7400833 (patch) | |
| tree | 045fb0f7c7cb146e4962b2424efc3334af5e365b /src/include | |
| parent | 775659551adc37a079e099a1770abe8e933676d5 (diff) | |
| parent | c3295e8741d5f35e30301933bd853bf6c9369588 (diff) | |
Merge branch 'master' of ssh://git.fedorahosted.org/git/abrt
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/report/event_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/report/event_config.h b/src/include/report/event_config.h index 75fb0c78..75f357dc 100644 --- a/src/include/report/event_config.h +++ b/src/include/report/event_config.h @@ -58,7 +58,7 @@ void free_event_option(event_option_t *p); //structure to hold the option data typedef struct { - char *screen_name; //name of the event "Bugzilla" "RedHat Support Uploader" + char *screen_name; //ui friendly 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; // "Report to ...."/"Save to file" @@ -76,6 +76,7 @@ void load_event_config_data(void); /* Frees all loaded data */ void free_event_config_data(void); event_config_t *get_event_config(const char *event_name); +event_option_t *get_event_option_from_list(const char *option_name, GList *event_options); extern GHashTable *g_event_config_list; // for iterating through entire list of all loaded configs |
