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 685820 - rhythmbox context plugin: unable to display Links tab
rhythmbox context plugin: unable to display Links tab
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 16:56 UTC by Leo Iannacone
Modified: 2012-10-09 22:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix Links Tab (421 bytes, patch)
2012-10-09 17:19 UTC, Leo Iannacone
committed Details | Review

Description Leo Iannacone 2012-10-09 16:56:07 UTC
In Context plugin, when you click on Links tab you get this error:

Traceback (most recent call last):
  • File "/usr/lib/rhythmbox/plugins/context/ContextView.py", line 160 in change_tab
    self.tab[newtab].activate()
  • File "/usr/lib/rhythmbox/plugins/context/LinksTab.py", line 70 in activate
    self.reload ()
  • File "/usr/lib/rhythmbox/plugins/context/LinksTab.py", line 89 in reload
    self.view.load_links (self.datasource)
  • File "/usr/lib/rhythmbox/plugins/context/LinksTab.py", line 106 in load_links
    self.path = rb.find_plugin_file(self.plugin, 'tmpl/links-tmpl.html')
NameError: global name 'rb' is not defined


The attachment fixes problem.


Leo.
Comment 1 Leo Iannacone 2012-10-09 17:19:39 UTC
Created attachment 226133 [details] [review]
Fix Links Tab
Comment 2 Jonathan Matthew 2012-10-09 22:44:17 UTC
pushed as commit 04de8e2, thanks