Index: modules/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system.module,v
retrieving revision 1.198
diff -u -r1.198 system.module
--- modules/system.module       16 Mar 2005 19:41:12 -0000      1.198
+++ modules/system.module       17 Mar 2005 02:58:33 -0000
@@ -94,7 +94,7 @@
 
     foreach (list_themes() as $theme) {
        $items[] = array('path' => 'admin/themes/settings/'. $theme->name, 'title' => $theme->name,
-       'callback' => 'system_theme_settings', 'access' => $access,
+       'callback' => 'system_theme_settings', 'callback arguments' => array($theme->name), 'access' => $access,
        'type' => MENU_LOCAL_TASK);
     }
 
