X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-properties-dialog.c;h=220728e6d3a1ca45b68e43ee18310f90c04eb123;hb=1ba681aa9eb43a60f0a01c1939e70f9f6de755c7;hp=c34bb826840392ed970ce4b66643df032cb181f9;hpb=26a8622fe284cd0e4531caa56f918d7cfaf8037b;p=evince.git diff --git a/shell/ev-properties-dialog.c b/shell/ev-properties-dialog.c index c34bb826..220728e6 100644 --- a/shell/ev-properties-dialog.c +++ b/shell/ev-properties-dialog.c @@ -106,7 +106,8 @@ ev_properties_dialog_set_document (EvPropertiesDialog *properties, gtk_widget_show (properties->fonts_page); } - ev_properties_fonts_set_document (EV_PROPERTIES_FONTS (properties->fonts_page), document); + ev_properties_fonts_set_document + (EV_PROPERTIES_FONTS (properties->fonts_page), document); } }