summaryrefslogtreecommitdiffstats
path: root/src/gtk-helpers/libreport-gtk.h
diff options
context:
space:
mode:
authorJiri Moskovcak <jmoskovc@redhat.com>2011-04-17 17:12:45 +0200
committerJiri Moskovcak <jmoskovc@redhat.com>2011-04-17 17:12:45 +0200
commit66fb696b1d498fdb335d7ed585b39be5d6771723 (patch)
tree8f0b37e9dc37d058c9a61938a9d25f8e7c84146e /src/gtk-helpers/libreport-gtk.h
parent2e1c4aa678a0191c011daef206e72016f94d1dc1 (diff)
downloadabrt-66fb696b1d498fdb335d7ed585b39be5d6771723.tar.gz
abrt-66fb696b1d498fdb335d7ed585b39be5d6771723.tar.xz
abrt-66fb696b1d498fdb335d7ed585b39be5d6771723.zip
wizard: warn user if the plugin configuration is wrong trac#156
Diffstat (limited to 'src/gtk-helpers/libreport-gtk.h')
-rw-r--r--src/gtk-helpers/libreport-gtk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gtk-helpers/libreport-gtk.h b/src/gtk-helpers/libreport-gtk.h
index d2105c3a..e7d2a5a6 100644
--- a/src/gtk-helpers/libreport-gtk.h
+++ b/src/gtk-helpers/libreport-gtk.h
@@ -21,3 +21,5 @@ void make_label_autowrap_on_resize(GtkLabel *label);
void abrt_keyring_save_settings(const char *event_name);
void load_event_config_data_from_keyring();
+void g_validate_event(const char* event_name);
+extern GtkWindow *g_parent_window;