Index: modules/shortcut/shortcut.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/shortcut/shortcut.module,v
retrieving revision 1.15
diff -u -r1.15 shortcut.module
--- modules/shortcut/shortcut.module	7 Jan 2010 11:03:18 -0000	1.15
+++ modules/shortcut/shortcut.module	10 Jan 2010 15:40:48 -0000
@@ -266,7 +266,6 @@
   // If links were provided for the set, save them, replacing any that were
   // there before.
   if (isset($shortcut_set->links)) {
-    menu_delete_links($shortcut_set->set_name);
     foreach ($shortcut_set->links as &$link) {
       // Do not specifically associate these links with the shortcut module,
       // since other modules may make them editable via the menu system.
