[Chandler-dev] Re: [commits] (heikki) [11040] Bug 6125, ICS import dialog did not appear because wx.HIDE_READONLY

Grant Baillie grant at osafoundation.org
Fri Jun 23 11:35:53 PDT 2006


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: commits at osafoundation.org
> Date: 23 June, 2006 11:28:14 PDT
> To: commits at osafoundation.org
> Subject: [commits] (heikki) [11040] Bug 6125, ICS import dialog did  
> not appear because wx.HIDE_READONLY
> Reply-To: chandler-dev at osafoundation.org
>
> 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
>


More information about the chandler-dev mailing list