Index: branches/unlabeled/unlabeled-1.27.2/kernel/admin_templates/incs/catalog.js =================================================================== diff -u -N -r5602 -r5609 --- branches/unlabeled/unlabeled-1.27.2/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5602) +++ branches/unlabeled/unlabeled-1.27.2/kernel/admin_templates/incs/catalog.js (.../catalog.js) (revision 5609) @@ -6,7 +6,6 @@ this.URLMask = $url_mask; this.Separator = '#separator#'; this.ParentCategoryID = 0; - this.EnablePaste = false; this.TabRegistry = new Array(); this.ActivePrefix = getCookie(this.CookiePrefix + 'active_prefix'); @@ -264,7 +263,6 @@ $ViewMenus = isset($item_prefix) ? new Array('c', $item_prefix) : new Array('c'); } -Catalog.prototype.reflectPasteButton = function($clipboard_status) { - this.PasteEnabled = this.PasteEnabled || $clipboard_status; - a_toolbar.SetEnabled('paste', this.PasteEnabled); +Catalog.prototype.reflectPasteButton = function($status) { + a_toolbar.SetEnabled('paste', $status); } \ No newline at end of file