X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=properties%2Fev-properties-main.c;h=15988cfc6166e15ad4308f516c9b4e71212f2fb3;hb=3d85ea1b45e9d6d2141df6cb797f8ad8325b4769;hp=10d1ec8d47325bd45b1e4bb060a1687470950364;hpb=bec5242aa2645d9a62d5971556de1348b02b535d;p=evince.git diff --git a/properties/ev-properties-main.c b/properties/ev-properties-main.c index 10d1ec8d..15988cfc 100644 --- a/properties/ev-properties-main.c +++ b/properties/ev-properties-main.c @@ -28,6 +28,7 @@ */ #include "ev-properties-view.h" +#include "ev-backends-manager.h" #include "ev-document-factory.h" #include @@ -133,6 +134,8 @@ nautilus_module_initialize (GTypeModule *module) /* set up translation catalog */ bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); + + ev_backends_manager_init (); } void