--- panels_views.module	2008-10-24 03:45:51.000000000 +0200
+++ ../../panels-fixed/panels_views/panels_views.module	2008-12-11 14:27:03.000000000 +0100
@@ -446,13 +446,13 @@ function panels_views_panes_render($subt
   $block->subject = $view->get_title();
 
   if (($allow['link_to_view'] && !empty($conf['link_to_view'])) ||
-      (!$allow['link_to_view'] && $view->display_handler->get_option['link_to_view'])) {
+      (!$allow['link_to_view'] && $view->display_handler->get_option('link_to_view'))) {
     $block->title_link = $view->get_url();
   }
 
   // more link
   if (($allow['more_link'] && !empty($conf['more_link'])) ||
-      (!$allow['more_link'] && $view->display_handler->get_option['more_link'])) {
+      (!$allow['more_link'] && $view->display_handler->get_option('more_link'))) {
     $block->more = array('href' => $view->get_url());
     $view->display_handler->set_option('use_more', FALSE);
     // make sure the view runs the count query so we know whether or not the more link
@@ -480,7 +480,7 @@ function panels_views_panes_render($subt
   }
 
   if (($allow['feed_icons'] && !empty($conf['feed_icons'])) ||
-      (!$allow['feed_icons'] && $view->display_handler->get_option['feed_icons'])) {
+      (!$allow['feed_icons'] && $view->display_handler->get_option('feed_icons'))) {
     $new_feeds = drupal_add_feed();
     if ($diff = array_diff(array_keys($new_feeds), array_keys($stored_feeds))) {
       foreach ($diff as $url) {
