[Xfce-bugs] [Bug 1901] Allow XKB configuration through Keyboard Settings plugin.
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Wed Sep 13 13:56:18 CEST 2006
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 psybsd at gmail.com 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.
More information about the Xfce-bugs
mailing list