Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 429762
Collapse All | Expand All

(-)a/modules/printbackends/cups/gtkprintbackendcups.c (-2 / +2 lines)
Lines 1835-1843 Link Here
1835
	    info->auth_info_required[i] = g_strdup (ippGetString (attr, i, NULL));
1835
	    info->auth_info_required[i] = g_strdup (ippGetString (attr, i, NULL));
1836
	}
1836
	}
1837
    }
1837
    }
1838
  else if (strcmp (attr->name, "number-up-default") == 0)
1838
  else if (strcmp (ippGetName (attr), "number-up-default") == 0)
1839
    {
1839
    {
1840
      info->default_number_up = attr->values[0].integer;
1840
      info->default_number_up = ippGetInteger (attr, 0);
1841
    }
1841
    }
1842
  else
1842
  else
1843
    {
1843
    {

Return to bug 429762