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 685821 - rhythmbox lyrics plugin: unable to set lyrics folder in preferences
rhythmbox lyrics plugin: unable to set lyrics folder in preferences
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: Plugins (other)
unspecified
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-10-09 17:02 UTC by Leo Iannacone
Modified: 2012-10-21 07:56 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix Lyrics Dialog (657 bytes, patch)
2012-10-09 17:21 UTC, Leo Iannacone
committed Details | Review

Description Leo Iannacone 2012-10-09 17:02:56 UTC
If you try to set lyrics directory in Edit → Plugins → Song Lyrics → Prefernces and click on Browse you get the following error:

Traceback (most recent call last):
  • File "/usr/lib/rhythmbox/plugins/lyrics/LyricsConfigureDialog.py", line 109 in choose_callback
    self.chooser.set_transient_for(self.dialog)
AttributeError: 'LyricsConfigureDialog' object has no attribute 'dialog



Attachment fixes problem.
Comment 1 Leo Iannacone 2012-10-09 17:21:41 UTC
Created attachment 226135 [details] [review]
Fix Lyrics Dialog
Comment 2 Jonathan Matthew 2012-10-21 07:56:03 UTC
pushed as commit fade732, thanks.
Comment 3 Jonathan Matthew 2012-10-21 07:56:27 UTC
Review of attachment 226135 [details] [review]:

.