Re: [Nautilus-list] Problem with compiling Nautilus



On Mon, 2001-04-30 at 10:53:38, Darin Adler wrote:

> > I can't compile Nautilus HEAD because eel functions still accept and return
> > _pointers_ instead of values. It looks like you forgot to commit eel changes
> > to CVS.
> 
> I see the eel changes in cvs. Version 1.4 of the file eel-art-extensions.c,
> for example.

Nautilus HEAD:
libnautilus-extensions/nautilus-icon-canvas-item.c
(nautilus_icon_canvas_item_update_bounds):
	(...)
	ArtIRect before, after, emblem_rect;
	EmblemLayout emblem_layout;
	GdkPixbuf *emblem_pixbuf;
	    
	/* Compute new bounds. */
	before = eel_gnome_canvas_item_get_current_canvas_bounds
		(GNOME_CANVAS_ITEM (item));
	(...)

eel HEAD:
eel/eel-gnome-extensions.h:
(...)
void eel_gnome_canvas_item_get_current_canvas_bounds (
     GnomeCanvasItem *item,
     ArtIRect *canvas_bounds);
(...)

eel-gnome-extensions.[ch] files are _not_ updated (and probably few others).


Zbigniew





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