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 348600 - "Music Folder" location reverts when opening prefs
"Music Folder" location reverts when opening prefs
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: general
git master
Other Linux
: High normal
: 2.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-07-25 03:27 UTC by Patrick van Staveren
Modified: 2006-07-25 16:27 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
patch (1.29 KB, patch)
2006-07-25 16:27 UTC, Ruben Vermeersch
committed Details | Review

Description Patrick van Staveren 2006-07-25 03:27:01 UTC
When opening the Preferences dialog, the Music Folder location is reverted to the home directory.  The user can change it to whatever they want, and it is saved like it should be, but on the next open of the Preferences dialog it is reverted.

You can easily observe this behavior by opening gconf-editor and watching the LibraryLocation key.  It's overwritten immediately when the Prefs dialog opens.

I would imagine this would be an easy fix.  Not sure whether I'll have time to diagnose & fix soon.

Marking major as we should really fix this before 0.11 - it's a silly bug :)
Comment 1 Aaron Bockover 2006-07-25 04:14:22 UTC
Marking high as we should really fix this before 0.11 - it's a silly bug :)
Comment 2 Ruben Vermeersch 2006-07-25 16:27:17 UTC
Created attachment 69593 [details] [review]
patch

And here's the fix, stupid logic error. I went ahead and committed this (I'm 100% sure it doesn't break stuff :-)).