summaryrefslogtreecommitdiffstats
path: root/src/gui-wizard-gtk
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2011-05-23 17:38:40 +0200
committerDenys Vlasenko <dvlasenk@redhat.com>2011-05-23 17:38:40 +0200
commit1c37993c45fdb8fc27694488d496f3228444c23f (patch)
treecd2dc0a915c34d721afcf5b8b38ee8e796f96195 /src/gui-wizard-gtk
parent8c3b73df092802404578ee882a80cb8132012775 (diff)
downloadabrt-1c37993c45fdb8fc27694488d496f3228444c23f.tar.gz
abrt-1c37993c45fdb8fc27694488d496f3228444c23f.tar.xz
abrt-1c37993c45fdb8fc27694488d496f3228444c23f.zip
rename "global_uuid" element to "duphash"
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'src/gui-wizard-gtk')
-rw-r--r--src/gui-wizard-gtk/wizard.c2
1 files changed, 2 insertions, 0 deletions
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 */