Use the ppd groups "name" instead of "text" (bug #687065)

This commit fixes a regression caused by a patch to remove Cups 1.2
ifdefs. This resulted in the "installable options" to appear in the
print dialog.
This commit is contained in:
Benjamin Berg 2012-10-28 22:19:35 +01:00
parent 4d0ca91c72
commit fd301e7847

View File

@ -3169,7 +3169,7 @@ value_is_off (const char *value)
static char *
ppd_group_name (ppd_group_t *group)
{
return group->text;
return group->name;
}
static int