Bug 230662

Summary: Shows changelog and update text
Product: [Frameworks and Libraries] kpackagekit Reporter: Sebastian Heinlein <glatzor>
Component: generalAssignee: Steven M. Parrish <smparrish>
Status: RESOLVED FIXED    
Severity: normal CC: dantti12, glatzor
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Sebastian Heinlein 2010-03-14 08:48:35 UTC
Version:            (using KDE 4.4.1)
Installed from:    Ubuntu Packages

In the update details both the changelog and the update text are shown. I would recommend to only show the update text if available and using the changelog only as a fallback as don in gpk-update-viewer
Comment 1 Daniel Nicoletti 2010-06-04 19:02:50 UTC
Can you be more specific?
I have just looked to gnome-packagekit source code and my code does exactly the same thing when showing updates.
Best.
Comment 2 Sebastian Heinlein 2010-07-04 07:05:41 UTC
Take a more closer look on the function gpk_update_viewer_populate_details in gpk-update-viewer.c line 2096:

/* only show changelog if we didn't have any update text */
Comment 3 Daniel Nicoletti 2010-08-16 04:08:44 UTC
Thanks for the heads up,
I guess I was looking at an old version of gnome-packagekit.

Fixed in http://websvn.kde.org/?view=revision&revision=1164031