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=b25df9ea011a632f718a351ae0ddf99056be708d;hb=df7ffac1abb2328b91bb87306f6e77807cc4e10d;hp=10d1ec8d47325bd45b1e4bb060a1687470950364;hpb=bec5242aa2645d9a62d5971556de1348b02b535d;p=evince.git diff --git a/properties/ev-properties-main.c b/properties/ev-properties-main.c index 10d1ec8d..b25df9ea 100644 --- a/properties/ev-properties-main.c +++ b/properties/ev-properties-main.c @@ -27,16 +27,20 @@ * */ -#include "ev-properties-view.h" -#include "ev-document-factory.h" - #include + #include + #include -#include +#include + #include #include +#include "ev-properties-view.h" +#include "ev-backends-manager.h" +#include "ev-document-factory.h" + static GType epp_type = 0; static void property_page_provider_iface_init (NautilusPropertyPageProviderIface *iface); @@ -89,7 +93,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 +137,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