Bug 53813

Summary: In info:/libc/ Lines starting '- Function:' not displayed
Product: [Frameworks and Libraries] kio Reporter: Nigel Rowe <rho>
Component: infoAssignee: Matthias Hoelzer-Kluepfel <hoelzer>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandrake RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Fix for all above

Description Nigel Rowe 2003-02-01 11:19:48 UTC
Version:            (using KDE KDE 3.0.99)
Installed from:    Mandrake RPMs
OS:          Linux

Trying to use Konqueror to display the libc info pages.

1. Lines starting '- Function:' are not displayed past the ':'.  
eg.  what should be displayed is, 

- Function: size_t strlen (const char *S)

what is displayed is

- Function:

2. The index pages are unreadable.  all lines are printed over
the top of each other.

3. Redundant '#' displayed next to the navigation icons
Comment 1 Nigel Rowe 2003-02-01 11:20:55 UTC
Created attachment 854 [details]
Fix for all above
Comment 2 Nigel Rowe 2003-02-01 11:25:21 UTC
Sorry, just realised this should be under product kio, not konqueror 
Comment 3 Thiago Macieira 2003-02-02 19:09:38 UTC
*** Bug 53812 has been marked as a duplicate of this bug. ***
Comment 4 Luís Pedro Coelho 2003-03-07 00:50:41 UTC
I can't really reproduce all of the above problems. The code where the "- Function" bug is triggered in 
unreachable to me since it would only get there if there was a "- Function" in a menu. In normal text, 
the case is handled correctly. 
 
However, the patch looks good codewise. So, I have applied it to CVS HEAD and am closing the bug. 
 
I think the proposed change s/<em>/<strong>/ was a good one and kept it even for the non-menu 
case. 
 
Thanks for the patch,