From 0c06dc4d1656051c9613973e8bef9c7dbfaa151d Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 03 Mar 2008 15:01:17 +0000 Subject: Use g_type_module_add_interface instead of g_type_add_interface_static. 2008-03-03 Carlos Garcia Campos * backend/comics/comics-document.c: * backend/djvu/djvu-document.c: * backend/impress/impress-document.c: * backend/pdf/ev-poppler.cc: * backend/pixbuf/pixbuf-document.c: * backend/ps/ev-spectre.c: * backend/ps/ps-document.c: * backend/tiff/tiff-document.c: * libdocument/ev-document.h: * properties/ev-properties-main.c: Use g_type_module_add_interface instead of g_type_add_interface_static. Fixes bug #519679. svn path=/trunk/; revision=2942 --- (limited to 'properties/ev-properties-main.c') diff --git a/properties/ev-properties-main.c b/properties/ev-properties-main.c index 15988cf..c20abed 100644 --- a/properties/ev-properties-main.c +++ b/properties/ev-properties-main.c @@ -90,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; @@ -141,6 +141,7 @@ nautilus_module_initialize (GTypeModule *module) void nautilus_module_shutdown (void) { + ev_backends_manager_shutdown (); } void -- cgit v0.9.1