diff --git a/plugins/views_plugin_style_rss.inc b/plugins/views_plugin_style_rss.inc
index 27106a8..b4e406c 100644
--- a/plugins/views_plugin_style_rss.inc
+++ b/plugins/views_plugin_style_rss.inc
@@ -31,7 +31,7 @@ class views_plugin_style_rss extends views_plugin_style {
         $this->view->feed_icon = '';
       }
 
-      $this->view->feed_icon .= theme('feed_icon', array('url' => $url, 'title' => $title));
+      $this->view->feed_icon .= theme('feed_icon', array('url' => $url, 'title' => $title, 'view' => $this->view->name, 'display' => $this->view->current_display));
       drupal_add_html_head_link(array(
         'rel' => 'alternate',
         'type' => 'application/rss+xml',
