X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fpdf%2Fev-poppler.cc;h=e44a76958f1968d59d3bc2d5c337ab3258b108ff;hb=a6b313955b54d73e608799e22fb5e70a73ef7ffd;hp=f50407fc091e3f6f76e1ce0b20d399e71de32281;hpb=85ecf6bfd1d55c0684baa0efa969bc0d23947bef;p=evince.git diff --git a/backend/pdf/ev-poppler.cc b/backend/pdf/ev-poppler.cc index f50407fc..e44a7695 100644 --- a/backend/pdf/ev-poppler.cc +++ b/backend/pdf/ev-poppler.cc @@ -1902,10 +1902,10 @@ pdf_selection_render_selection (EvSelection *selection, cairo_t *cr; #if POPPLER_MAJOR_VERSION <= 6 || (POPPLER_MAJOR_VERSION == 7 && POPPLER_MINOR_VERSION < 2) - GdkColor **text_color, **base_color; + GdkColor text_color, base_color; - *text_color = text; - *base_color = base; + text_color = *text; + base_color = *base; #else PopplerColor text_color, base_color;