From 694c033eaaf1fef39667ca4503bb15a4b9e4ec6d Mon Sep 17 00:00:00 2001 From: Karel Klic Date: Tue, 15 Mar 2011 20:19:54 +0100 Subject: use get_event_config in wizard to make symlinks work --- src/gui-wizard-gtk/wizard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: */ -- cgit