Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/gpdf.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/gpdf.cc')
-rw-r--r--pdf/xpdf/gpdf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/gpdf.cc b/pdf/xpdf/gpdf.cc
index cd81494..a734467 100644
--- a/pdf/xpdf/gpdf.cc
+++ b/pdf/xpdf/gpdf.cc
@@ -120,7 +120,7 @@ extern "C" {
CORBA_exception_init (&ev);
persist = Bonobo_Unknown_query_interface (
bonobo_object_corba_objref (BONOBO_OBJECT (object)),
- "IDL:GNOME/PersistStream:1.0", &ev);
+ "IDL:Bonobo/PersistStream:1.0", &ev);
if (ev._major != CORBA_NO_EXCEPTION ||
persist == CORBA_OBJECT_NIL) {