https://bugs.gpodder.org/show_bug.cgi?id=1066

           Summary: dependencymanager.py:61:on_treeview_components_cursor_
                    changed:AttributeError: 'gPodderDependencyManager'
                    object has no attribute 'btn_about'
           Product: gPodder
           Version: 2.6+ (Git "master" branch)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: feature request
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created an attachment (id=507)
 --> (https://bugs.gpodder.org/attachment.cgi?id=507)
Check if btn_about exists

Fedora bug: https://bugzilla.redhat.com/show_bug.cgi?id=609726

dependencymanager.py:61:on_treeview_components_cursor_changed:AttributeError:
'gPodderDependencyManager' object has no attribute 'btn_about'

Traceback (most recent call last):
  File
"/usr/lib/python2.6/site-packages/gpodder/gtkui/desktop/dependencymanager.py",
line 61, in on_treeview_components_cursor_changed
    self.btn_about.set_sensitive(treeview.get_selection().count_selected_rows()
> 0)
AttributeError: 'gPodderDependencyManager' object has no attribute 'btn_about'

Local variables in innermost frame:
self: <gpodder.gtkui.desktop.dependencymanager.gPodderDependencyManager object
at 0xb240fd2c>
treeview: <gtk.TreeView object at 0xa9fa25c (GtkTreeView at 0xaa9ebb8)>


I have a simple fix for this, I'll attach the patch.

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to