X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=properties%2Fev-properties-main.c;h=c20abed73ed83ef2d35e3d97481bb0f98a0a806b;hb=85ecf6bfd1d55c0684baa0efa969bc0d23947bef;hp=10d1ec8d47325bd45b1e4bb060a1687470950364;hpb=bec5242aa2645d9a62d5971556de1348b02b535d;p=evince.git diff --git a/properties/ev-properties-main.c b/properties/ev-properties-main.c index 10d1ec8d..c20abed7 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 @@ -89,7 +90,7 @@ ev_properties_get_pages (NautilusPropertyPageProvider *provider, char *uri = NULL; GtkWidget *page, *label; NautilusPropertyPage *property_page; - + /* only add properties page if a single file is selected */ if (files == NULL || files->next != NULL) goto end; @@ -133,11 +134,14 @@ 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 nautilus_module_shutdown (void) { + ev_backends_manager_shutdown (); } void