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=6af16f36ad7301ecc9fcff69eee13c019a084c08;hb=dec10c13ca0e95a58e9d6eb537320505ca64d1f8;hp=a3c045b43ff8df8323fdcec646d029efcd0216a8;hpb=4912987303aefef0d02a45726b75e5fdae043982;p=evince.git diff --git a/properties/ev-properties-main.c b/properties/ev-properties-main.c index a3c045b4..6af16f36 100644 --- a/properties/ev-properties-main.c +++ b/properties/ev-properties-main.c @@ -133,17 +133,13 @@ nautilus_module_initialize (GTypeModule *module) ev_properties_plugin_register_type (module); ev_properties_view_register_type (module); - /* set up translation catalog */ - bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR); - bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); - - ev_backends_manager_init (); + ev_init (); } void nautilus_module_shutdown (void) { - ev_backends_manager_shutdown (); + ev_shutdown (); } void @@ -156,4 +152,3 @@ nautilus_module_list_types (const GType **types, *types = type_list; *num_types = G_N_ELEMENTS (type_list); } -