[g-a-devel]patch for gnopernicus; gnome-speech IDL change



Hi:

I have just committed a patch to gnome-speech which fixes a problem with
installation of the IDL files.  In the process (and with Marc's OK) I
changed the interface name to omit the "GNOME" prefix, to bring it in
line with other IDL (since SynthesisDriver.idl was not actually in the
GNOME module).

I attach a patch for gnopernicus since this involves a change to the
interface name which is requested from bonobo-activation.

An alternative would be to reinstate the "GNOME" prefix in gnome-speech,
put gnome-speech's "Speech" IDL namespace under the "GNOME" module, and
change its other clients back.  However the "GNOME" module seems to be
reserved for things like gnome-panel which are actually part of the
desktop, rather than for general-purpose services, so I think the change
made to gnome-speech was the preferred one.

OK to commit this one-line patch?

-Bill

? speech.patch
Index: speech/libsrs/spgs.c
===================================================================
RCS file: /cvs/gnome/gnopernicus/speech/libsrs/spgs.c,v
retrieving revision 1.3
diff -u -r1.3 spgs.c
--- speech/libsrs/spgs.c	16 May 2002 13:10:42 -0000	1.3
+++ speech/libsrs/spgs.c	4 Jun 2002 09:12:58 -0000
@@ -106,7 +106,7 @@
     }
 
   
-  servers = bonobo_activation_query ("repo_ids.has ('IDL:GNOME/Speech/SynthesisDriver:1.0')", 
+  servers = bonobo_activation_query ("repo_ids.has ('IDL:Speech/SynthesisDriver:1.0')", 
 				     NULL, &env);
   if (env._major != CORBA_NO_EXCEPTION)
     {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]