remove obsolete comment
GTK bug #502871 [1] has been fixed in 2007. [1] http://bugzilla.gnome.org/show_bug.cgi?id=502871 Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Simon Schampijer <simon@laptop.org>
This commit is contained in:
parent
567bd961a5
commit
3553fbd2f0
@ -241,10 +241,6 @@ class _IconBuffer(object):
|
|||||||
icon_source.set_direction_wildcarded(False)
|
icon_source.set_direction_wildcarded(False)
|
||||||
icon_source.set_size_wildcarded(False)
|
icon_source.set_size_wildcarded(False)
|
||||||
|
|
||||||
# Please note that the pixbuf returned by this function is leaked
|
|
||||||
# with current stable versions of pygtk. The relevant bug is
|
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=502871
|
|
||||||
# -- 2007-12-14 Benjamin Berg
|
|
||||||
pixbuf = widget.style.render_icon(icon_source, widget.get_direction(),
|
pixbuf = widget.style.render_icon(icon_source, widget.get_direction(),
|
||||||
gtk.STATE_INSENSITIVE, -1, widget,
|
gtk.STATE_INSENSITIVE, -1, widget,
|
||||||
'sugar-icon')
|
'sugar-icon')
|
||||||
|
Loading…
Reference in New Issue
Block a user