]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-properties-dialog.c
Rework document types managing to avoid code duplication and actually
[evince.git] / shell / ev-properties-dialog.c
index c34bb826840392ed970ce4b66643df032cb181f9..220728e6d3a1ca45b68e43ee18310f90c04eb123 100644 (file)
@@ -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);
        }
 }