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 672761 - Newly createl "untitled" files and folders have garbage at the end
Newly createl "untitled" files and folders have garbage at the end
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Internationalization (i18n)
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-03-24 18:13 UTC by Abderrahim Kitouni
Modified: 2012-04-06 08:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
file-operations: don't mix character and byte lengths (1.46 KB, patch)
2012-03-24 18:13 UTC, Abderrahim Kitouni
committed Details | Review

Description Abderrahim Kitouni 2012-03-24 18:13:42 UTC
Here is an example:

http://i290.photobucket.com/albums/ll251/ibraheem_alex/_107.png

I'm attaching a patch.
Comment 1 Abderrahim Kitouni 2012-03-24 18:13:49 UTC
Created attachment 210523 [details] [review]
file-operations: don't mix character and byte lengths

Otherwise untitled files end up with a (possibly) corrupt part of the
name appended.
Comment 2 Cosimo Cecchi 2012-03-26 15:35:46 UTC
Review of attachment 210523 [details] [review]:

Thanks, looks good to commit after hard code freeze is over.
Comment 3 Abderrahim Kitouni 2012-04-06 08:24:35 UTC
Attachment 210523 [details] pushed as 0531db1 - file-operations: don't mix character and byte lengths