Do not reply to this email. To comment on this bug, please visit: http://bugzilla.xfce.org/show_bug.cgi?id=1901
------- Comment #37 from [EMAIL PROTECTED] 2006-09-13 11:56 UTC ------- (In reply to comment #36) > From GTK+ API documentation: > > gtk_image_set_from_pixbuf () > > See gtk_image_new_from_pixbuf() for details. > > gtk_image_new_from_pixbuf () > > Creates a new GtkImage displaying pixbuf. The GtkImage does not assume a > reference to the pixbuf; you still need to unref it if you own references. > GtkImage will add its own reference rather than adopting yours. > Good point that is a big mem-leak indeed... Caching the pixbuf's is indeed a better approach. I'd rather not have a loop at all, but have it work event-based. Problem is X does not trigger an event when this attribute changes. -- Configure bugmail: http://bugzilla.xfce.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. _______________________________________________ Xfce-bugs mailing list [email protected] http://foo-projects.org/mailman/listinfo/xfce-bugs
