gnome-core is out of sync



I checked out gnome-core a few hours ago and, as announced,  applet-lib.h
is gone, but ( and that is strange!! ) #include "applet-lib.h" is not
gone from most of the applets source. I did 

 perl -p -i.bak -e 's/(#include ["<]applet-lib.h[">])/\/*$1*\//g' ./*/*.[ch]
 rm ./*/*.[ch].bak

in gnome-core/applets directory, and  had to add #include
"applet-widget.h" to fifteen/fifteen.c by hand.

After that most of the applet compile, but not cdplayer. It uses

 gnome_panel_applet_abort_id(APPLET_WIDGET(applet)->applet_id);

function, which is not to be found anywhere. I found 

extern void GNOME_Panel_applet_abort_id( GNOME_Panel _obj,
					 CORBA_short applet_id,
					 CORBA_Environment * ev);

in panel/gnome-panel.h 

Should it be used insted? How? In particular, CORBA_Environment is not
anywhere in cdplayer/cdplayer.c

 Sergey



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