From 2fa751f6d98995e73db4d0edd0d22b9560281644 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 1 Jun 2011 17:57:31 +0200 Subject: wizard: hook selection checkboxes to reporters. Checkboxes are controlled by the following elements in .xml: ITEM1,ITEM2 ITEM1,ITEM2 ITEM1,ITEM2 yes / no ITEM1,ITEM2 exclude-items-by-default and exclude-items-always can be "*" meaning "all". include-items-by-default specifies which items are included (checked) is exclude-items-by-default is "*". Else, all are checked by default. the set of iters NOT included is passed in $EXCLUDE_FROM_REPORT variable. bugzilla, kerneloops, mailx, print and rhtsupport are made aware of this variable. Signed-off-by: Denys Vlasenko --- src/gtk-helpers/libreport-gtk.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/gtk-helpers/libreport-gtk.h') diff --git a/src/gtk-helpers/libreport-gtk.h b/src/gtk-helpers/libreport-gtk.h index 9395c550..ff19ab77 100644 --- a/src/gtk-helpers/libreport-gtk.h +++ b/src/gtk-helpers/libreport-gtk.h @@ -19,10 +19,11 @@ #include "report.h" -void show_events_list_dialog(GtkWindow *parent); void make_label_autowrap_on_resize(GtkLabel *label); void fix_all_wrapped_labels(GtkWidget *widget); +void show_events_list_dialog(GtkWindow *parent); + void abrt_keyring_save_settings(const char *event_name); void load_event_config_data_from_keyring(); void g_validate_event(const char* event_name); -- cgit