! 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 !
word wrap for Note in appointment window
Status:
CLOSED: FIXED
Severity:
enhancement

Comments

Description Travis 2011-12-19 14:14:08 CET
It would be nice if the "Note" window under the "General" tab had word wrapping.

I perused the source code and found under appointment.c at roughly line 2810 the code that creates the gtk_text_buffer. Adding something like:

gtk_text_view_set_wrap_made(apptw->Note_textview, GTK_WRAP_WORD);

should do the trick. I checked out the code today so it's recent.

Thanks
Comment 1 juha editbugs 2011-12-19 14:48:42 CET
Yes, looks good.
Thanks, I will implement this soon.
Comment 2 juha editbugs 2011-12-19 14:55:48 CET
In version 4.8.2.9 available in git now.
Comment 3 juha editbugs 2012-01-09 08:32:27 CET
Fixed in 4.8.3.

Bug #8258

Reported by:
Travis
Reported on: 2011-12-19
Last modified on: 2012-01-09

People

CC List:
1 user

Version

Attachments

Additional information