After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 409276 - still using eel ellipsizing label
still using eel ellipsizing label
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
0.x.x [obsolete]
Other Linux
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks: 409272
 
 
Reported: 2007-02-18 13:51 UTC by Christian Persch
Modified: 2007-02-20 13:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix (6.29 KB, patch)
2007-02-18 14:02 UTC, Christian Persch
committed Details | Review

Description Christian Persch 2007-02-18 13:51:34 UTC
but gtk's GtkLabel supports ellipsizing since a long time.
Comment 1 Christian Persch 2007-02-18 14:02:32 UTC
Created attachment 82813 [details] [review]
fix
Comment 2 Christian Persch 2007-02-20 13:59:06 UTC
        * libnautilus-private/nautilus-file-operations-progress.c:
        (set_text_unescaped_trimmed), (create_titled_label),
        (nautilus_file_operations_progress_init),
        (nautilus_file_operations_progress_new_file):
        * src/file-manager/fm-properties-window.c:
        (value_field_update_internal), (value_field_update),
        (attach_label), (attach_value_field_internal): Remove
        EllEllipsisingLabel use, and just use GtkLabel ellipsisation instead.
        Bug #409276.