bonobo-property-control.c



Right now gnome-control-center doesn't compile because it
wants bonobo-property-control which isn't installed. It seems
that there are two ways of fixing this quickly:
 
 - Compile and install bonobo-property-control in libbonoboui
 - Commenting the part that requires BonoboPropertyControl
   out in gnomecc.

As it turns out, the second is easy to do, and I have a patch
for that (will send to the gnomecc people separately), but
in case the first is the right thing to do, here's a patch.

(It's hard to tell whether bonobo-property-control was dropped
from the list of sources intentionally or inadvertently
in the bonobo/bonoboui split.)

Regards,
                                        Owen

Index: Makefile.am
===================================================================
RCS file: /cvs/gnome/libbonoboui/bonobo/Makefile.am,v
retrieving revision 1.192
diff -u -p -r1.192 Makefile.am
--- Makefile.am	2001/11/07 01:52:06	1.192
+++ Makefile.am	2001/12/02 18:35:49
@@ -86,6 +86,7 @@ libbonoboui_2_la_SOURCES = \
 	bonobo-control.c			\
 	bonobo-file-selector-util.c		\
 	bonobo-plug.c				\
+	bonobo-property-control.c		\
 	bonobo-selector.c			\
 	bonobo-selector-widget.c		\
 	bonobo-socket.c				\
Index: bonobo-property-control.c
===================================================================
RCS file: /cvs/gnome/libbonoboui/bonobo/bonobo-property-control.c,v
retrieving revision 1.13
diff -u -p -r1.13 bonobo-property-control.c
--- bonobo-property-control.c	2001/11/04 23:09:31	1.13
+++ bonobo-property-control.c	2001/12/02 18:35:49
@@ -281,7 +281,7 @@ bonobo_property_control_changed (BonoboP
 		ev = *opt_ev;
 
 	s = 0;
-	any._type = (CORBA_TypeCode) TC_short;
+	any._type = (CORBA_TypeCode) TC_CORBA_short;
 	any._value = &s;
 
 	bonobo_event_source_notify_listeners (priv->event_source,



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