]> www.fi.muni.cz Git - evince.git/blobdiff - properties/ev-properties-main.c
Fix selections with poppler-splash.
[evince.git] / properties / ev-properties-main.c
index 10d1ec8d47325bd45b1e4bb060a1687470950364..c20abed73ed83ef2d35e3d97481bb0f98a0a806b 100644 (file)
@@ -28,6 +28,7 @@
  */
 
 #include "ev-properties-view.h"
+#include "ev-backends-manager.h"
 #include "ev-document-factory.h"
 
 #include <config.h>
@@ -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