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 555821 - Incorrect wrapping of comments in gtk.AboutDialog
Incorrect wrapping of comments in gtk.AboutDialog
Status: RESOLVED DUPLICATE of bug 530255
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other All
: Normal minor
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-10-10 17:21 UTC by Walter Leibbrandt
Modified: 2009-04-03 00:22 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22


Attachments
Screenshot of the bug. (35.60 KB, image/png)
2008-10-10 17:24 UTC, Walter Leibbrandt
Details

Description Walter Leibbrandt 2008-10-10 17:21:03 UTC
Please describe the problem:
Given a multi-line comment for a standard gtk.AboutDialog via the set_comments() method, the text does not wrap correctly and gets cut off.

Steps to reproduce:
1. Create a gtk.AboutDialog
2. Pass a suitable string to the dialog's set_comments() method
3. Show dialog

Actual results:
The comment-string is cut off at the right, indicating faulty wrapping.

Expected results:
The comment-string should be correctly wrapped and not cut off.

Does this happen every time?
Yes

Other information:
This may very well be a gtk+ bug and not a pygtk bug, but that could not be confirmed.
Comment 1 Walter Leibbrandt 2008-10-10 17:24:37 UTC
Created attachment 120350 [details]
Screenshot of the bug.

The last word on the second line of the second paragraph should be "general" not "gene". The word "or" is also missing from the end of the first line of the second paragraph.

The source for the program in question is at https://translate.svn.sourceforge.net/svnroot/translate/src/trunk/virtaal/virtaal/about.py
Comment 2 Paul Pogonyshev 2008-10-11 12:20:52 UTC
Doesn't seem PyGTK-specific to me.
Comment 3 Christian Persch 2009-04-03 00:22:02 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 530255 ***