From 1c37993c45fdb8fc27694488d496f3228444c23f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 23 May 2011 17:38:40 +0200 Subject: rename "global_uuid" element to "duphash" Signed-off-by: Denys Vlasenko --- src/gui-wizard-gtk/wizard.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gui-wizard-gtk') diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c index 25208b28..6d682233 100644 --- a/src/gui-wizard-gtk/wizard.c +++ b/src/gui-wizard-gtk/wizard.c @@ -1079,6 +1079,8 @@ static void check_bt_rating_and_allow_send(void) if (strcmp(component, "kernel") != 0) { const char *rating = get_problem_item_content_or_NULL(g_cd, FILENAME_RATING); +//COMPAT, remove after 2.1 release + if (!rating) rating= get_problem_item_content_or_NULL(g_cd, "rating"); if (rating) switch (*rating) { case '4': /* bt is ok - no warning here */ -- cgit