# File raggle, line 2674
        def Key::gui_find_feed
          if $HAVE_LIB['xmlrpc']
            NcursesInterface::find_feeds
          else
            $new_status = _("Feed searching requires the ruby xmlrpc library.")
          end
        end