! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
In pyexo bindings, the /python/examples/ellipsizing.py example is deprecated
Status:
RESOLVED: FIXED

Comments

Description Adam Plumb editbugs 2010-01-27 18:36:24 CET
Created attachment 2797 
Patch

The /python/examples/ellipsizing.py example script in git master is no longer valid, since the exo.EllipsizedLabel object and PANGO_ELLIPSIZE_END enum has been removed from exo.  I've created a patch that uses a gtk.Label instead of an exo.EllipsizedLabel, and uses "end" instead of PANGO_ELLIPSIZE_END, since that enum is not available in the python bindings.
Comment 1 Nick Schermer editbugs 2010-02-15 11:18:15 CET
Fixed in bc06b70. Thanks for the patch.

Bug #6187

Reported by:
Adam Plumb
Reported on: 2010-01-27
Last modified on: 2010-02-15

People

Assignee:
Nick Schermer
CC List:
1 user

Version

Version:
unspecified

Attachments

Patch (1.13 KB, patch)
2010-01-27 18:36 CET , Adam Plumb
no flags

Additional information