Does that mean the other uses of this constant are bogus:
chandler/parcels/osaf/framework/certstore/certificate.py:334
chandler/parcels/osaf/views/main/Main.py:574
?
--Grant
Begin forwarded message:
From: [email protected]
Date: 23 June, 2006 11:28:14 PDT
To: [email protected]
Subject: [commits] (heikki) [11040] Bug 6125, ICS import dialog did
not appear because wx.HIDE_READONLY
Reply-To: [EMAIL PROTECTED]
Revision 11040
Author heikki
Date 2006-06-23 11:28:14 -0700 (Fri, 23 Jun 2006)
Log Message
Bug 6125, ICS import dialog did not appear because wx.HIDE_READONLY
is no longer a valid option. Removed the option, r=robin.
Modified Paths
trunk/chandler/application/dialogs/ImportExport.py
Diff
--- trunk/chandler/application/dialogs/ImportExport.py 2006-06-23
01:14:45 UTC (rev 11039)
+++ trunk/chandler/application/dialogs/ImportExport.py 2006-06-23
18:28:14 UTC (rev 11040)
@@ -127,7 +127,7 @@
self, parent, dialogTitle,
schema.ns("osaf.sharing", view).prefs.import_dir,
_(u"iCalendar files|*.ics|All files (*.*)|*.*"),
- wx.OPEN | wx.HIDE_READONLY, options
+ wx.OPEN, options
)
self.Bind(wx.EVT_BUTTON, self.o
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev