[Commits] (markie) Replace (c) 2004 lost in previous revision
commits at osafoundation.org
commits at osafoundation.org
Wed Aug 11 12:50:24 PDT 2004
Commit by: markie
Modified files:
chandler/parcels/osaf/views/main/Main.py 1.26 1.27
Log message:
Replace (c) 2004 lost in previous revision
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/parcels/osaf/views/main/Main.py.diff?r1=text&tr1=1.26&r2=text&tr2=1.27
Index: chandler/parcels/osaf/views/main/Main.py
diff -u chandler/parcels/osaf/views/main/Main.py:1.26 chandler/parcels/osaf/views/main/Main.py:1.27
--- chandler/parcels/osaf/views/main/Main.py:1.26 Wed Aug 11 06:33:15 2004
+++ chandler/parcels/osaf/views/main/Main.py Wed Aug 11 12:50:22 2004
@@ -1,6 +1,6 @@
-__version__ = "$Revision: 1.26 $"
-__date__ = "$Date: 2004/08/11 13:33:15 $"
-__copyright__ = "Copyright (c) 2003 Open Source Applications Foundation"
+__version__ = "$Revision: 1.27 $"
+__date__ = "$Date: 2004/08/11 19:50:22 $"
+__copyright__ = "Copyright (c) 2004 Open Source Applications Foundation"
__license__ = "http://osafoundation.org/Chandler_0.1_license_terms.htm"
import application.Globals as Globals
@@ -150,12 +150,6 @@
# Test Methods
- def onGenerateContentItemsEvent(self, notification):
- GenerateItems.GenerateNotes(2)
- GenerateItems.generateCalendarEventItems(2, 30)
- GenerateItems.GenerateContacts(2)
- Globals.repository.commit()
-
def onGenerateCalendarEventItemsEvent(self, notification):
GenerateItems.generateCalendarEventItems(10, 30)
Globals.repository.commit()
@@ -183,6 +177,8 @@
def onShowPyCrustEvent(self, notification):
Globals.wxApplication.ShowDebuggerWindow()
+ def onGenerateQueryParserEvent(self, notification):
+
def onReloadParcelsEvent(self, notification):
ParcelManager.getManager().loadParcels()
More information about the Commits
mailing list