]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-application.c
[shell] Use EvMetadata to get/set gvfs metadata
[evince.git] / shell / ev-application.c
index 5c2b370f8e01e54cc7b42eb02caa45eaa2fa6269..e31b13280667657bda47c8f6693364cbe204fc92 100644 (file)
@@ -41,7 +41,6 @@
 #include "ev-application.h"
 #include "ev-document-factory.h"
 #include "ev-file-helpers.h"
-#include "ev-metadata-manager.h"
 #include "ev-utils.h"
 #include "ev-stock-icons.h"
 
@@ -152,8 +151,6 @@ ev_application_register_service (EvApplication *application)
        
        application->scr_saver = totem_scrsaver_new (connection);
 
-        ev_metadata_manager_init ();
-
        return TRUE;
 }
 #endif /* ENABLE_DBUS */
@@ -894,8 +891,6 @@ ev_application_shutdown (EvApplication *application)
        }
 #endif /* ENABLE_DBUS */
        
-        ev_metadata_manager_shutdown ();
-
         g_free (application->dot_dir);
         application->dot_dir = NULL;
         g_free (application->data_dir);