GNOME Bugzilla – Bug 555821
Incorrect wrapping of comments in gtk.AboutDialog
Last modified: 2009-04-03 00:22:02 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.
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
Doesn't seem PyGTK-specific to me.
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 ***