diff options
| author | Karel Klic <kklic@redhat.com> | 2011-03-15 20:19:54 +0100 |
|---|---|---|
| committer | Karel Klic <kklic@redhat.com> | 2011-03-15 20:19:54 +0100 |
| commit | 694c033eaaf1fef39667ca4503bb15a4b9e4ec6d (patch) | |
| tree | 73cc056fdeb714c98896f31c0a481f70be58c917 /src | |
| parent | c3d3da9b729542a2b9c75237878693e956ef7896 (diff) | |
| download | abrt-694c033eaaf1fef39667ca4503bb15a4b9e4ec6d.tar.gz abrt-694c033eaaf1fef39667ca4503bb15a4b9e4ec6d.tar.xz abrt-694c033eaaf1fef39667ca4503bb15a4b9e4ec6d.zip | |
use get_event_config in wizard to make symlinks work
Diffstat (limited to 'src')
| -rw-r--r-- | src/gui-wizard-gtk/wizard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c index 9a642f59..458fba29 100644 --- a/src/gui-wizard-gtk/wizard.c +++ b/src/gui-wizard-gtk/wizard.c @@ -423,7 +423,7 @@ VERB2 log("removing all buttons from box %p", box); else event_screen_name = event_name; const char *event_description = NULL; - event_config_t *cfg = g_hash_table_lookup(g_event_config_list, event_name); + event_config_t *cfg = get_event_config(event_name); if (cfg) { /* .xml has (presumably) prettier description, use it: */ |
