Title: [commits] (morgen) [11187] Fix for bug 6262 ('add scripts to sidebar' menu item misnamed)
Revision
11187
Author
morgen
Date
2006-07-18 10:23:49 -0700 (Tue, 18 Jul 2006)

Log Message

Fix for bug 6262 ('add scripts to sidebar' menu item misnamed)

Copy/paste error

Modified Paths

Diff

Modified: trunk/chandler/parcels/osaf/views/main/Main.py (11186 => 11187)

--- trunk/chandler/parcels/osaf/views/main/Main.py	2006-07-18 15:37:50 UTC (rev 11186)
+++ trunk/chandler/parcels/osaf/views/main/Main.py	2006-07-18 17:23:49 UTC (rev 11187)
@@ -712,7 +712,7 @@
         # go to the All application, so we can view the scripts
         self.postEventByName ('ApplicationBarAll', { })
 
-    def onAddScriptsToSidebarEventUpdateUI(self, event):
+    def onAddSharingLogToSidebarEventUpdateUI(self, event):
         sidebar = Block.findBlockByName ("Sidebar").contents
         log = schema.ns('osaf.sharing', self.itsView).activityLog
         if log in sidebar:




_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to