samdroid-apps / something-for-reddit

A Reddit Client For GNOME (with Gtk+ and Python)
GNU General Public License v3.0
162 stars 14 forks source link

"Load More" at end of listing is not keyboard usable #69

Closed samdroid-apps closed 6 years ago

samdroid-apps commented 6 years ago

If you press enter on the load more row at the end of a listing, it just gives an error:

Traceback (most recent call last):
  File "/app/lib/python3.5/site-packages/redditisgtk/sublist.py", line 203, in
__row_selected_cb
    self._handle_activate(row.data)
AttributeError: 'MoreItemRow' object has no attribute 'data'