--- gallery.module	2005-10-23 18:36:12.000000000 -0400
+++ gallery.module.menufix	2005-10-24 22:15:12.000000000 -0400
@@ -19,9 +19,10 @@
 
   if ($may_cache) {
     $items[] = array('path' => 'gallery',
+                     'title' => t('gallery'),
                      'callback' => 'gallery_page',
                      'access' => user_access('access content'),
-                     'type' => MENU_SUGGESTED_ITEM);
+                     'type' => MENU_NORMAL_ITEM);
   }
 
   return $items;
