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 720671 - Container DisplayName corruption
Container DisplayName corruption
Status: RESOLVED FIXED
Product: rygel
Classification: Applications
Component: External plugin
git master
Other Linux
: Normal normal
: ---
Assigned To: rygel-maint
rygel-maint
Depends on:
Blocks:
 
 
Reported: 2013-12-18 12:07 UTC by Reiner Merk
Modified: 2014-01-01 14:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
external: Don't corrupt container names (2.45 KB, patch)
2014-01-01 14:45 UTC, Jens Georg
committed Details | Review

Description Reiner Merk 2013-12-18 12:07:27 UTC
Steps to reproduce errors:

Using BubbleUPnP UPnP client:

- select Rhythmbox MediaServer
- browse through Library/Artist/Album/ and select a Title
- exit BubbleUPnP
- restart BubbleUPnP
- select Rhythmbox MediaServer

Erroneous behaviour:

The root level containers' DisplayNames (that had been and should be 'Library', 'Playlists') have taken on the name of the Album that was last selected.

This also happens on a MediaServer that I've written.
Comment 1 Jens Georg 2014-01-01 14:45:24 UTC
Created attachment 265102 [details] [review]
external: Don't corrupt container names

Looks like the code was overwriting the container's title in several places.

Signed-off-by: Jens Georg <mail@jensge.org>
Comment 2 Jens Georg 2014-01-01 14:47:04 UTC
Attachment 265102 [details] pushed as 6f557c8 - external: Don't corrupt container names