13 lines
551 B
Diff
13 lines
551 B
Diff
diff -up evince-2.21.90/properties/ev-properties-main.c.property-deps evince-2.21.90/properties/ev-properties-main.c
|
|
--- evince-2.21.90/properties/ev-properties-main.c.property-deps 2008-01-29 00:09:41.000000000 -0500
|
|
+++ evince-2.21.90/properties/ev-properties-main.c 2008-01-29 00:14:44.000000000 -0500
|
|
@@ -133,6 +133,8 @@ nautilus_module_initialize (GTypeModule
|
|
/* set up translation catalog */
|
|
bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
|
|
bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
|
|
+
|
|
+ ev_backends_manager_init ();
|
|
}
|
|
|
|
void
|