[Commits] (john) Bug #2034 Hook up 'delete' in the Edit menu or remove it. Fixed view name bug in original patch

commits at osafoundation.org commits at osafoundation.org
Mon Oct 4 17:47:22 PDT 2004


Commit by: john
Modified files:
chandler/parcels/osaf/views/main/Main.py 1.71 1.72

Log message:
Bug #2034 Hook up 'delete' in the Edit menu or remove it. Fixed view name bug in original patch

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/views/main/Main.py.diff?r1=text&tr1=1.71&r2=text&tr2=1.72

Index: chandler/parcels/osaf/views/main/Main.py
diff -u chandler/parcels/osaf/views/main/Main.py:1.71 chandler/parcels/osaf/views/main/Main.py:1.72
--- chandler/parcels/osaf/views/main/Main.py:1.71	Mon Oct  4 17:33:13 2004
+++ chandler/parcels/osaf/views/main/Main.py	Mon Oct  4 17:47:21 2004
@@ -1,5 +1,5 @@
-__version__ = "$Revision: 1.71 $"
-__date__ = "$Date: 2004/10/05 00:33:13 $"
+__version__ = "$Revision: 1.72 $"
+__date__ = "$Date: 2004/10/05 00:47:21 $"
 __copyright__ = "Copyright (c) 2004 Open Source Applications Foundation"
 __license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
 
@@ -102,9 +102,9 @@
 
         # Tell the sidebar we want to go to the All or contacts box
         if newItem.isItemOf (Contacts.ContactsParcel.getContactKind ()):
-            itemName = 'ContactTableView'
+            itemName = 'ContactsView'
         else:
-            itemName = 'AllTableView'
+            itemName = 'AllView'
         self.Post(requestSelectSidebarItem, {'itemName':itemName})
 
         # Tell the ActiveView to select our new item



More information about the Commits mailing list