Index: modules/aggregator.views.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views/modules/aggregator.views.inc,v
retrieving revision 1.1
diff -u -r1.1 aggregator.views.inc
--- modules/aggregator.views.inc	7 Jan 2009 19:38:08 -0000	1.1
+++ modules/aggregator.views.inc	26 Feb 2009 18:35:20 -0000
@@ -148,7 +148,7 @@
     'help' => t('The unique ID of the aggregator feed.'), // The help that appears on the UI,
     // Information for displaying the fid
     'field' => array(
-      'handler' => 'views_handler_field_aggregator_feed',
+      'handler' => 'views_handler_field_numeric',
       'click sortable' => TRUE,
     ),
     // Information for accepting a fid as an argument
@@ -159,7 +159,7 @@
     ),
     // Information for accepting a nid as a filter
     'filter' => array(
-      'handler' => 'views_handler_filter_aggregator_feed',
+      'handler' => 'views_handler_filter_numeric',
     ),
     // Information for sorting on a nid.
     'sort' => array(
